Ignore bash bugs under valgrind

This commit is contained in:
Daniel P. Berrange
2008-04-28 13:36:48 +00:00
parent 212472b813
commit 45008e03ec
3 changed files with 50 additions and 1 deletions

View File

@@ -73,7 +73,7 @@ TESTS_ENVIRONMENT = \
$(VG)
valgrind:
$(MAKE) check VG="valgrind --quiet --leak-check=full"
$(MAKE) check VG="valgrind --quiet --leak-check=full --suppressions=$(srcdir)/.valgrind.supp"
# Note: xmlrpc.[c|h] is not in libvirt yet
xmlrpctest_SOURCES = \