about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
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