diff --git a/systemvm/test/runtests.sh b/systemvm/test/runtests.sh index e27f5de5919..db6d398e8c3 100644 --- a/systemvm/test/runtests.sh +++ b/systemvm/test/runtests.sh @@ -31,6 +31,8 @@ then fi echo "Running pylint to check systemvm/python code for errors" +python --verion +pyenv versions python -m pylint --disable=R,C,W *.py python -m pylint --disable=R,C,W `find ../debian -name \*.py` if [ $? -gt 0 ]