From f4ea40d67756255d0e168ba9eaa7b1b8440c2329 Mon Sep 17 00:00:00 2001 From: onovy Date: Sat, 29 Nov 2014 17:24:25 +0100 Subject: [PATCH 1/2] Clean tests and version file in Makefile. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 512a54c2..1ddf553c 100644 --- a/Makefile +++ b/Makefile @@ -27,8 +27,9 @@ dist: $(DISTFILES) todo.sh rm -r $(DISTNAME) .PHONY: clean -clean: +clean: test-pre-clean rm -f $(DISTNAME).tar.gz $(DISTNAME).zip + rm VERSION-FILE install: install --mode=755 todo.sh $(INSTALL_DIR) From 5bee9c88a4a1f589017a38e113ac690ae11c97db Mon Sep 17 00:00:00 2001 From: onovy Date: Sat, 29 Nov 2014 17:25:09 +0100 Subject: [PATCH 2/2] Don't ignore errors in tests. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1ddf553c..97aeec7a 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*-*