commit | d9dfff205ddb7b0381aa3e52fd2991e953a62122 | [log] [tgz] |
---|---|---|
author | Petr Michalec <pmichalec@mirantis.com> | Wed Jan 10 09:39:25 2018 +0000 |
committer | Gerrit Code Review <gerrit2@e9aa877068d1> | Wed Jan 10 09:39:25 2018 +0000 |
tree | cbb022df4ae076503afb8ea7faf4320bc533cdec | |
parent | 4376935b2db10932d19e4f052689aea0fb147c7b [diff] | |
parent | 136f2519fc4ac9e957d2fdc7cfaf3b8f7a147482 [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} $* }