version output in svm tests

This commit is contained in:
Daan Hoogland 2021-02-10 16:46:29 +00:00
parent 39f00290a0
commit e589b68077
1 changed files with 2 additions and 0 deletions

View File

@ -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 ]