X-Git-Url: https://gerrit.mcp.mirantis.com/gitweb?p=salt-formulas%2Finfluxdb.git;a=blobdiff_plain;f=tests%2Frun_tests.sh;h=4ee4e0f3a9fc82b726123ccead0110cd0257877f;hp=29fb975b279dda0bb79359deb47abd82cbc59f6f;hb=5dc4197223fd976dad72fe485a84ee4fcc55a2ec;hpb=a054a52f03659cbfdd2b8cd7aa9aab6fbae6ff7f 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} $* }