commit | ce39e84bd84e9ed00194062d7a3e3c84a05295ba | [log] [tgz] |
---|---|---|
author | Petr Michalec <pmichalec@mirantis.com> | Wed Jan 10 09:40:19 2018 +0000 |
committer | Gerrit Code Review <gerrit2@e9aa877068d1> | Wed Jan 10 09:40:19 2018 +0000 |
tree | 8c9788cf7a2299fd2aa21feecdce9a64b239a659 | |
parent | 5221baa92143046273b74149e638ed2403a8c628 [diff] | |
parent | 8ec3e093ec6265d50b6f44ffb0e7c5f750801f51 [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} $* }