commit | 81e23f45f415be2cb07da36663650766db26a743 | [log] [tgz] |
---|---|---|
author | Petr Michalec <pmichalec@mirantis.com> | Wed Jan 10 09:38:20 2018 +0000 |
committer | Gerrit Code Review <gerrit2@e9aa877068d1> | Wed Jan 10 09:38:20 2018 +0000 |
tree | 4240be205c27205e9b93ee9d1e8e679447637906 | |
parent | d2d43951774833f487c8b3c17f8bd42157968646 [diff] | |
parent | 78f968817bccd5b4917e2a63d4fec0d21133a8da [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} $* }