mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
tests: Run valgrind with absolute path to suppressions file
So far we are providing the suppressions file with a relative path to valgrind. This apparently doesn't work on some distros like Ubuntu and its derivates. Providing the absolute path fixes the problem. Signed-off-by: Shotaro Gotanda <g.sho1500@gmail.com> Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
bc2502f0fc
commit
60a0d32e64
@ -495,7 +495,7 @@ TESTS_ENVIRONMENT = \
|
|||||||
|
|
||||||
VALGRIND = valgrind --quiet --leak-check=full --trace-children=yes \
|
VALGRIND = valgrind --quiet --leak-check=full --trace-children=yes \
|
||||||
--trace-children-skip="*/tools/virsh","*/tests/commandhelper" \
|
--trace-children-skip="*/tools/virsh","*/tests/commandhelper" \
|
||||||
--suppressions=$(srcdir)/.valgrind.supp
|
--suppressions=$(abs_srcdir)/.valgrind.supp
|
||||||
valgrind:
|
valgrind:
|
||||||
$(MAKE) check VG="$(LIBTOOL) --mode=execute $(VALGRIND)"
|
$(MAKE) check VG="$(LIBTOOL) --mode=execute $(VALGRIND)"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user