commit | ecc02e175c6e0c5dcb9a3241b63181db06e225d3 | [log] [tgz] |
---|---|---|
author | mcp-jenkins <mcp-jenkins@mirantis.com> | Tue Dec 19 14:08:19 2017 +0000 |
committer | Gerrit Code Review <gerrit2@e9aa877068d1> | Tue Dec 19 14:08:19 2017 +0000 |
tree | f286a824f991b60b43b924099290939ae0880dda | |
parent | 1e2944e1612823c081303fa02512eb166f574146 [diff] | |
parent | c22dff2e11a5500fa86ef47ea96dea447ab42168 [diff] |
Merge "Fixed typo in run_tests.sh file"
diff --git a/tests/run_tests.sh b/tests/run_tests.sh index 8c07e58..ea1a363 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh
@@ -111,7 +111,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} $* }