diff --git a/pylint.sh b/pylint.sh index 2892b93..be49ce4 100755 --- a/pylint.sh +++ b/pylint.sh @@ -2,5 +2,4 @@ set -e -x env -pylint --jobs ${NUMPROCESSES:-1} -f parseable --rcfile pylint.rc "$@" | tee pylint.out -exit 0 +pylint --jobs ${NUMPROCESSES:-1} -f parseable --rcfile pylint.rc "$@" | tee pylint.out; test $PIPESTATUS -eq 0