Don't ignore errors in tests.

This commit is contained in:
onovy
2014-11-29 17:25:09 +01:00
parent f4ea40d677
commit 5bee9c88a4

View File

@@ -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*-*