Add /usr/bin/* to -trace-children-skip
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
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)"