about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2013-10-19 23:50:14 +0000
committerEric Wong <normalperson@yhbt.net>2013-10-20 00:09:04 +0000
commit4302f1abe77327ae5f645d046bcf5f8ade1715c6 (patch)
tree27ee758e3f6de176b656c9511715c3c69a4b3b5a
parentcd84e2ccbdf29b908c7d4711528d61bac05505bb (diff)
downloadyahns-4302f1abe77327ae5f645d046bcf5f8ade1715c6.tar.gz
This can cause error exit codes to be lost depending on which test
suite (and version) we're using.
-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$$'); \