From: Petr Michalec Date: Mon, 12 Feb 2018 14:22:38 +0000 (+0000) Subject: Merge "Unique names for directories management resources" X-Git-Url: https://gerrit.mcp.mirantis.com/gitweb?p=salt-formulas%2Finfluxdb.git;a=commitdiff_plain;h=5b73339157d9013a58a970aa2d15bd51fe3884be;hp=c924e2a926cbbb1451787ba104c8806a1e6867c9 Merge "Unique names for directories management resources" --- diff --git a/tests/run_tests.sh b/tests/run_tests.sh index 4ee4e0f..9761585 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh @@ -39,7 +39,7 @@ setup_virtualenv() { log_info "Setting up Python virtualenv" virtualenv $VENV_DIR source ${VENV_DIR}/bin/activate - pip install salt${PIP_SALT_VERSION} + python -m pip install salt${PIP_SALT_VERSION} } setup_mock_bin() { @@ -125,7 +125,7 @@ clean() { salt_run() { [ -e ${VENV_DIR}/bin/activate ] && source ${VENV_DIR}/bin/activate - salt-call ${SALT_OPTS} $* + python $(which salt-call) ${SALT_OPTS} $* } prepare() {