commit | c69069a4ab1c079aa4166601a9af3a406622073b | [log] [tgz] |
---|---|---|
author | Petr Michalec <pmichalec@mirantis.com> | Wed Jan 10 09:40:34 2018 +0000 |
committer | Gerrit Code Review <gerrit2@e9aa877068d1> | Wed Jan 10 09:40:35 2018 +0000 |
tree | 891c1d2b950689abb253c951819fc2f10c2d71e2 | |
parent | 03d2fafd9c5319208959f8e02f0ecdd9f34d792e [diff] | |
parent | 4ea1f4eebfe560821cdbd2d709a66b872a5b2653 [diff] |
Merge "Optimize kitchen tests for Travis CI"
diff --git a/tests/run_tests.sh b/tests/run_tests.sh index 29fb975..4ee4e0f 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh
@@ -124,7 +124,7 @@ } salt_run() { - [ -e ${VEN_DIR}/bin/activate ] && source ${VENV_DIR}/bin/activate + [ -e ${VENV_DIR}/bin/activate ] && source ${VENV_DIR}/bin/activate salt-call ${SALT_OPTS} $* }