From 42bc620a892b6f0b2e6798ec17b5b20a6948fadc Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 16 May 2009 11:22:01 -0400 Subject: Check for bad ws in the tests too. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f932df8..9cbdb1a 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ LINTABLE_TESTS = \ lint: -python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc coverage $(LINTABLE_TESTS) - python /Python25/Lib/tabnanny.py coverage + python /Python25/Lib/tabnanny.py coverage test python checkeol.py testready: $(TEST_ZIP) devinst -- cgit v1.2.1