]> gitweb.michael.orlitzky.com - sage.d.git/commitdiff
makefile: drop obsolete --memlimit flag to sage -t.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 15 Nov 2021 18:17:29 +0000 (13:17 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 15 Nov 2021 18:17:29 +0000 (13:17 -0500)
makefile

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