[libvirt PATCH 2/7] tests: valgrind: do not trace system binaries

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Add /usr/bin/* to -trace-children-skip

Signed-off-by: Ján Tomko <jtomko@xxxxxxxxxx>
---
 tests/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index ed5255b62d..7c76b5cec6 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -482,7 +482,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)"
-- 
2.24.1





[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux