]> gitweb.michael.orlitzky.com - sage.d.git/commitdiff
makefile: add --exitfirst to the test runner.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 3 Dec 2020 22:19:19 +0000 (17:19 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 3 Dec 2020 22:19:19 +0000 (17:19 -0500)
makefile

index 119be79ab3e76cf6590316436e0279a3efd220dc..63b577a3880ddcc48daa0db5ef797bd9c0e8cef3 100644 (file)
--- a/makefile
+++ b/makefile
@@ -1,7 +1,7 @@
 SAGE = $(shell which sage)
 
 check:
-       PYTHONPATH="." $(SAGE) -t --timeout=0 --long mjo/
+       PYTHONPATH="." $(SAGE) -t --timeout=0 --long --exitfirst mjo/
 clean:
        find ./ -type f -name '*.pyc' -delete
        find ./ -type d -name '__pycache__' -delete