mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Ignore bash bugs under valgrind
This commit is contained in:
@@ -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 = \
|
||||
|
||||
Reference in New Issue
Block a user