X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dunshire.git;a=blobdiff_plain;f=makefile;h=49c43cea3c4312898d0f87c8e63ca22c1b2eeee3;hp=9f9798bf94eda41d74dfd7194f3773bcc6544f9d;hb=d08e0af9bf86e81d4a5b3dbbe38092bacc5edd62;hpb=6b28e89a792679e30249f5c187feefa2bdfa18a6 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: