From 8d58b42d0255880d732ba0700597b312a8219f8f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 24 Dec 2010 13:17:37 -0800 Subject: GNUmakefile: fix running of extension test Oops --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index d579c11..af95c50 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -36,7 +36,7 @@ $(test_unit): $(RUBY) $@ test-ext: - CLOGGER_PURE=0 $(MAKE) test-unit + CLOGGER_PURE= $(MAKE) test-unit test-pure: CLOGGER_PURE=1 $(MAKE) test-unit -- cgit v1.2.3-24-ge0c7