mirror of https://github.com/apache/cloudstack.git
version output in svm tests
This commit is contained in:
parent
39f00290a0
commit
e589b68077
|
|
@ -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 ]
|
||||
|
|
|
|||
Loading…
Reference in New Issue