summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-04-16 22:46:07 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-04-16 22:46:07 -0400
commit4df3f70cb7c5b97d035d82b506a9a0b9e0f81fa9 (patch)
treea4e134d6bc0c36d457064a1c0ec71eb315eb9b58
parent341ae4222fbba91987dac1ff0d2debe5c0c8ef99 (diff)
downloadpython-coveragepy-git-4df3f70cb7c5b97d035d82b506a9a0b9e0f81fa9.tar.gz
New pylint returns a status code: ignore it.
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d3cc0830..da450733 100644
--- a/Makefile
+++ b/Makefile
@@ -21,9 +21,9 @@ clean:
-rm -f setuptools-*.egg
lint: clean
- python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc coverage
- python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc test/test_execfile.py
- python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc test/test_farm.py
+ -python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc coverage
+ -python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc test/test_execfile.py
+ -python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc test/test_farm.py
python /Python25/Lib/tabnanny.py coverage
python checkeol.py