aboutsummaryrefslogtreecommitdiff
path: root/test/python/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/python/test.sh')
-rwxr-xr-xtest/python/test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/python/test.sh b/test/python/test.sh
index 8f7d336..832763d 100755
--- a/test/python/test.sh
+++ b/test/python/test.sh
@@ -23,6 +23,7 @@ check "pylint" pylint --version
# Check paths in settings
check "current symlink is correct" bash -c "which python | grep /usr/local/python/current/bin/python"
+check "current symlink works" /usr/local/python/current/bin/python --version
check "which autopep8" bash -c "which autopep8 | grep /usr/local/py-utils/bin/autopep8"
check "which black" bash -c "which black | grep /usr/local/py-utils/bin/black"
check "which yapf" bash -c "which yapf | grep /usr/local/py-utils/bin/yapf"