commit | 831b38f070f1628ebfac48149f3a5f3813b75711 | [log] [tgz] |
---|---|---|
author | mcp-jenkins <mcp-jenkins@mirantis.com> | Tue Dec 19 14:04:49 2017 +0000 |
committer | Gerrit Code Review <gerrit2@e9aa877068d1> | Tue Dec 19 14:04:49 2017 +0000 |
tree | 21aab2b04162cc51b027dc58b701fc53f4fcd34e | |
parent | 27816ab625a3f18c91e6b5b0700ebb1d2e2687a0 [diff] | |
parent | b1d0ae9e902247f5117f4a05c0bcf2e9113d11df [diff] |
Merge "Fixed typo in run_tests.sh file"
diff --git a/tests/run_tests.sh b/tests/run_tests.sh index 3f42101..9451611 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh
@@ -110,7 +110,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} $* }