build: don't output pylint differences (#51542)

This commit is contained in:
Frédéric Péters 2021-03-01 16:30:09 +01:00
parent e7292f6f3f
commit 08f7872efb
1 changed files with 0 additions and 2 deletions

View File

@ -10,6 +10,4 @@ else
exit 0
fi
test -f pylint.out && cp pylint.out pylint.out.prev
pylint -f parseable --rcfile ${PYLINT_RC} "$@" | tee pylint.out || /bin/true
test -f pylint.out.prev && (diff pylint.out.prev pylint.out | grep '^[><]' | grep .py) || /bin/true