From da107cf3d959af2d41da4bec3b9f2fd7c09c7ae9 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Mon, 13 Sep 2010 14:42:47 +0100 Subject: [PATCH 1/1] build: 'make quickcheck' rule now uses new run-test-tool-locally script. --- Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 6c68dc1..2cf03b0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -212,9 +212,7 @@ clean-local: # is NOT a substitute for proper testing! quickcheck: - LIBGUESTFS_PATH=appliance \ - test-tool/libguestfs-test-tool \ - --helper test-tool/libguestfs-test-tool-helper + test-tool/run-test-tool-locally # Mostly static binary distribution. # -- 1.8.3.1