X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=49c43cea3c4312898d0f87c8e63ca22c1b2eeee3;hb=28bbeaaf75c62e88621e2c64919020904766f646;hp=9f9798bf94eda41d74dfd7194f3773bcc6544f9d;hpb=eacd89382ec94c3e4f86386c3970dbcc09d5448d;p=dunshire.git diff --git a/makefile b/makefile index 9f9798b..49c43ce 100644 --- a/makefile +++ b/makefile @@ -16,14 +16,9 @@ doctest: check: PYTHONPATH="." test/__main__.py -.PHONE: checkloop +.PHONY: checkloop checkloop: - COUNT=0; \ - while [ $$? -eq 0 ]; do \ - COUNT=`expr $$COUNT + 1`; \ - echo $$COUNT; \ - PYTHONPATH="." test/__main__.py; \ - done; + PYTHONPATH="." test/__main__.py --no-doctests --loop .PHONY: lint lint: