commit | bc6954656376a5673c41334e63c433c58604e002 | [log] [tgz] |
---|---|---|
author | Jakub Josef <jakub.josef@gmail.com> | Fri Dec 15 16:58:29 2017 +0100 |
committer | Jakub Josef <jakub.josef@gmail.com> | Fri Dec 15 17:31:50 2017 +0100 |
tree | 0ba48717b279c17d40de752d3e7d176f0f52e9fb | |
parent | a920b2d9edc522c7558887b9bf329533ff6a3bc6 [diff] |
Fixed typo in run_tests.sh file Change-Id: I8f8cf7829917bba0c261b9d6c08b6a100fe53be7
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} $* }