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 f0f8cdf..36fd8a4 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -16,7 +16,7 @@ $(test_units):
 
 test-mt: export N = $(shell nproc 2>/dev/null || echo 4)
 test-mt:
-        $(RUBY) -w -I $(lib) $(addprefix -r./,$(test_units)) -eexit --
+        $(RUBY) -w -I $(lib) $(addprefix -r./,$(test_units)) -eTime.now --
 
 check-warnings:
         @(for i in $$(git ls-files '*.rb'| grep -v '^setup\.rb$$'); \