]> xenbits.xensource.com Git - libvirt.git/commitdiff
tests: valgrind: do not trace system binaries
authorJán Tomko <jtomko@redhat.com>
Fri, 21 Feb 2020 23:51:41 +0000 (00:51 +0100)
committerJán Tomko <jtomko@redhat.com>
Mon, 9 Mar 2020 14:46:42 +0000 (15:46 +0100)
Add /usr/bin/* to -trace-children-skip

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
tests/Makefile.am

index 3b5abcc12bfd009c4538538e6c685fa4ca4553e4..73f77b952f6cc583375ae246c51ee1f86da2f34f 100644 (file)
@@ -485,7 +485,7 @@ TESTS_ENVIRONMENT = \
 
 
 VALGRIND = valgrind --quiet --leak-check=full --trace-children=yes \
-       --trace-children-skip="*/tools/virsh","*/tests/commandhelper" \
+       --trace-children-skip="*/tools/virsh","*/tests/commandhelper","/usr/bin/*" \
        --suppressions=$(abs_srcdir)/.valgrind.supp
 valgrind:
        $(MAKE) check VG="$(LIBTOOL) --mode=execute $(VALGRIND)"