contrib/jenkins.sh: print pylint version before running it

Change-Id: Icc96ff16af482581dc97a387bcff1374fbb620f3
Related: OS#6034
This commit is contained in:
Vadim Yanitskiy 2023-05-16 16:15:06 +07:00 committed by Oliver Smith
parent e47ea5f2e5
commit a793552b4f
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ case "$JOB_TYPE" in
../tests/pysim-test.sh
;;
"pylint")
# Print pylint version
pip3 freeze | grep pylint
# Run pylint to find potential errors
# Ignore E1102: not-callable
# pySim/filesystem.py: E1102: method is not callable (not-callable)