[Libguestfs] [PATCH 8/8] tests: mount-local: Use LOG_COMPILER to run valgrind.

Richard W.M. Jones rjones at redhat.com
Mon Feb 22 13:59:19 UTC 2016


---
 tests/mount-local/Makefile.am | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/tests/mount-local/Makefile.am b/tests/mount-local/Makefile.am
index eac2cc8..b3c86cf 100644
--- a/tests/mount-local/Makefile.am
+++ b/tests/mount-local/Makefile.am
@@ -21,7 +21,8 @@ if HAVE_FUSE
 
 TESTS = test-parallel-mount-local
 
-TESTS_ENVIRONMENT = $(top_builddir)/run --test $(VG)
+TESTS_ENVIRONMENT = $(top_builddir)/run --test
+LOG_COMPILER = $(VG)
 
 check_PROGRAMS = $(TESTS)
 
@@ -48,6 +49,6 @@ test_parallel_mount_local_LDADD = \
 	$(top_builddir)/gnulib/lib/libgnu.la
 
 check-valgrind:
-	$(MAKE) VG="$(top_builddir)/run @VG@" check
+	$(MAKE) VG="@VG@" check
 
 endif
-- 
2.5.0




More information about the Libguestfs mailing list