commit | 46001b090ec93ed6ac0ca5abe3474db671c39c31 | [log] [tgz] |
---|---|---|
author | Jakub Josef <jjosef@mirantis.com> | Tue Dec 19 12:51:54 2017 +0000 |
committer | Gerrit Code Review <gerrit2@e9aa877068d1> | Tue Dec 19 12:51:54 2017 +0000 |
tree | d5ed8a58402829c91d8652cbba696018a0c2f993 | |
parent | b0534e7aeafbf476c66753ee55211cb4e124e259 [diff] | |
parent | 168d8de6387d0d374f6417bda4f5bc62ebdbbff9 [diff] |
Merge "Fixed typo in run_tests.sh file"
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} $* }