[Libguestfs] [PATCH 6/8] lib: Use LOG_COMPILER to run valgrind.

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


---
 src/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 25c6fa3..3ebb7f5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -253,7 +253,8 @@ endif
 # internal tests of utility functions.  Note we don't just test what's
 # in utils.c, we can test other functions as well here.
 
-TESTS_ENVIRONMENT = $(top_builddir)/run --test $(VG)
+TESTS_ENVIRONMENT = $(top_builddir)/run --test
+LOG_COMPILER = $(VG)
 
 TESTS = test-utils
 check_PROGRAMS = test-utils
-- 
2.5.0




More information about the Libguestfs mailing list