mirror of https://gitee.com/openkylin/libvirt.git
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:
parent
cb6ea86f6f
commit
fc7981610c
|
@ -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)"
|
||||
|
|
Loading…
Reference in New Issue