From 4302f1abe77327ae5f645d046bcf5f8ade1715c6 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 19 Oct 2013 23:50:14 +0000 Subject: GNUmakefile: avoid calling exit in test-mt This can cause error exit codes to be lost depending on which test suite (and version) we're using. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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$$'); \ -- cgit v1.2.3-24-ge0c7