From: Jakub Josef Date: Fri, 15 Dec 2017 15:58:29 +0000 (+0100) Subject: Fixed typo in run_tests.sh file X-Git-Url: https://gerrit.mcp.mirantis.com/gitweb?p=salt-formulas%2Finfluxdb.git;a=commitdiff_plain;h=refs%2Fchanges%2F88%2F13588%2F1 Fixed typo in run_tests.sh file Change-Id: I8a439f9f05f5d02542d451ff2f3c1ae4ead5b8d6 --- 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 @@ clean() { } 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} $* }