Don't ignore errors in tests.
This commit is contained in:
2
Makefile
2
Makefile
@@ -49,7 +49,7 @@ test-pre-clean:
|
|||||||
aggregate-results: $(TESTS)
|
aggregate-results: $(TESTS)
|
||||||
|
|
||||||
$(TESTS): test-pre-clean
|
$(TESTS): test-pre-clean
|
||||||
-cd tests && ./$(notdir $@) $(TEST_OPTIONS)
|
cd tests && ./$(notdir $@) $(TEST_OPTIONS)
|
||||||
|
|
||||||
test: aggregate-results
|
test: aggregate-results
|
||||||
tests/aggregate-results.sh tests/test-results/t*-*
|
tests/aggregate-results.sh tests/test-results/t*-*
|
||||||
|
|||||||
Reference in New Issue
Block a user