commit | fab9265dc3985b23ce935749f5604bfc0a2b2d54 | [log] [tgz] |
---|---|---|
author | mcp-jenkins <mcp-jenkins@mirantis.com> | Thu Dec 21 12:00:12 2017 +0000 |
committer | Gerrit Code Review <gerrit2@e9aa877068d1> | Thu Dec 21 12:00:12 2017 +0000 |
tree | 1108e4ba93379a576fa6dbd34bf4bbc5e1c91084 | |
parent | 618962ef6bd4bc9d991dd01e70b58987d17ddb76 [diff] | |
parent | 9bb4578775b40b895aa5c529f2ad54973114833d [diff] |
Merge "Switch Kibana to 5 version"
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} $* }