From e589b68077ca9440eef7062b4cb1fd40b8336823 Mon Sep 17 00:00:00 2001 From: Daan Hoogland Date: Wed, 10 Feb 2021 16:46:29 +0000 Subject: [PATCH] version output in svm tests --- systemvm/test/runtests.sh | 2 ++ 1 file changed, 2 insertions(+) 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 ]