From: Richard W.M. Jones Date: Tue, 29 Nov 2011 17:32:19 +0000 (+0000) Subject: extra tests: Absolute path for 'run' command. X-Git-Tag: 1.15.8~5 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=27d00960c93b26c68fa1f4068502c32a6e3b5e94 extra tests: Absolute path for 'run' command. --- diff --git a/extratests/Makefile.am b/extratests/Makefile.am index c08d3dd..b055d65 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