mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05:00
tests: valgrind: do not trace system binaries
Add /usr/bin/* to -trace-children-skip Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
+1
-1
@@ -485,7 +485,7 @@ TESTS_ENVIRONMENT = \
|
|||||||
|
|
||||||
|
|
||||||
VALGRIND = valgrind --quiet --leak-check=full --trace-children=yes \
|
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
|
--suppressions=$(abs_srcdir)/.valgrind.supp
|
||||||
valgrind:
|
valgrind:
|
||||||
$(MAKE) check VG="$(LIBTOOL) --mode=execute $(VALGRIND)"
|
$(MAKE) check VG="$(LIBTOOL) --mode=execute $(VALGRIND)"
|
||||||
|
|||||||
Reference in New Issue
Block a user