extra tests: Absolute path for 'run' command.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 29 Nov 2011 17:32:19 +0000 (17:32 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 2 Dec 2011 08:36:38 +0000 (08:36 +0000)
(cherry picked from commit 27d00960c93b26c68fa1f4068502c32a6e3b5e94)

extratests/Makefile.am

index 74a85dd..9c34413 100644 (file)
@@ -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