From 5bee9c88a4a1f589017a38e113ac690ae11c97db Mon Sep 17 00:00:00 2001 From: onovy Date: Sat, 29 Nov 2014 17:25:09 +0100 Subject: [PATCH] Don't ignore errors in tests. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1ddf553..97aeec7 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ test-pre-clean: aggregate-results: $(TESTS) $(TESTS): test-pre-clean - -cd tests && ./$(notdir $@) $(TEST_OPTIONS) + cd tests && ./$(notdir $@) $(TEST_OPTIONS) test: aggregate-results tests/aggregate-results.sh tests/test-results/t*-*