summaryrefslogtreecommitdiffstats
path: root/tests/extra/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/extra/Makefile.am')
-rw-r--r--tests/extra/Makefile.am7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/extra/Makefile.am b/tests/extra/Makefile.am
index d171efe2..e5458478 100644
--- a/tests/extra/Makefile.am
+++ b/tests/extra/Makefile.am
@@ -63,12 +63,7 @@ EXTRA_DIST = \
test-with-upstream-libvirt.sh \
test-with-upstream-qemu.sh
-VG = $(VALGRIND) \
- $(VALGRIND_NO_VGDB) \
- --log-file=$(abs_builddir)/valgrind.log \
- --leak-check=full \
- --error-exitcode=119 \
- --suppressions=$(abs_top_srcdir)/valgrind-suppressions
+VG = @VG@
RUN_VG = $(abs_top_builddir)/run $(VG)
libvirt_uri = qemu+unix:///system?socket=/var/run/libvirt/libvirt-sock-ro