From 27d00960c93b26c68fa1f4068502c32a6e3b5e94 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 29 Nov 2011 17:32:19 +0000 Subject: [PATCH] extra tests: Absolute path for 'run' command. --- extratests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.3.1