diff options
author | Chuck Lantz <clantz@microsoft.com> | 2022-11-11 04:03:21 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-11 04:03:21 +0300 |
commit | f7f05f76fabda70f4fbcaefd55e6fe6fd09a8145 (patch) | |
tree | dad962871b8c028d8cd7f90fe5ed54bac164c43a /test/python/install_via_oryx.sh | |
parent | 3020d6da64798ee994d407ffd3ce3f800f6dff92 (diff) |
Fix regression with Azure CLI, privs (#272)
Diffstat (limited to 'test/python/install_via_oryx.sh')
-rwxr-xr-x | test/python/install_via_oryx.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/python/install_via_oryx.sh b/test/python/install_via_oryx.sh index e65b154..3eb014c 100755 --- a/test/python/install_via_oryx.sh +++ b/test/python/install_via_oryx.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" |