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.14.5~7 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=cd591537f3f60eb73f758b3683684cb510cb2ebe;p=libguestfs.git extra tests: Absolute path for 'run' command. (cherry picked from commit 27d00960c93b26c68fa1f4068502c32a6e3b5e94) --- diff --git a/extratests/Makefile.am b/extratests/Makefile.am index 74a85dd..9c34413 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