commit | 82adc123484badd8ce5ff42c97078a010e12e6d9 | [log] [tgz] |
---|---|---|
author | Petr Jediny <pjediny@mirantis.com> | Tue Dec 19 16:58:23 2017 +0000 |
committer | Gerrit Code Review <gerrit2@e9aa877068d1> | Tue Dec 19 16:58:23 2017 +0000 |
tree | f7f3c9e1f5300666fc92f2bb5e045c1dd2bda1e3 | |
parent | 46001b090ec93ed6ac0ca5abe3474db671c39c31 [diff] | |
parent | 884fbbd2da9815240d4d710813f94672e71664ef [diff] |
Merge "Add running state for services inside containers"
diff --git a/tests/run_tests.sh b/tests/run_tests.sh index a4cac88..db89554 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh
@@ -113,7 +113,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} $* }