Make sure the report is displayed even if ocamltest fails unexpectedly

master
Damien Doligez 2019-04-02 11:14:49 +02:00
parent dc439ec74b
commit a633b66d8b
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ default:
all:
@rm -f $(TESTLOG)
@$(MAKE) $(NO_PRINT) legacy-without-report
@$(MAKE) $(NO_PRINT) new-without-report
-@$(MAKE) $(NO_PRINT) new-without-report
@$(MAKE) $(NO_PRINT) report
.PHONY: legacy