diff options
-rw-r--r-- | extratests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extratests/Makefile.am b/extratests/Makefile.am index c08d3dd4..b055d654 100644 --- a/extratests/Makefile.am +++ b/extratests/Makefile.am @@ -32,7 +32,7 @@ VG = valgrind \ --leak-check=full \ --error-exitcode=119 \ --suppressions=$(abs_srcdir)/suppressions -RUN_VG = ../run $(VG) +RUN_VG = $(abs_top_builddir)/run $(VG) export LIBVIRT_DEFAULT_URI = \ qemu+unix:///system?socket=/var/run/libvirt/libvirt-sock-ro |