commit | 10a69960ea0054c2bdc98dc1d5195d07a59d8d2a | [log] [tgz] |
---|---|---|
author | Jakub Josef <jakub.josef@gmail.com> | Fri Dec 15 16:58:28 2017 +0100 |
committer | Jakub Josef <jakub.josef@gmail.com> | Fri Dec 15 17:29:29 2017 +0100 |
tree | 6f82c648f31a81d7e3379097b30a3115eac1a963 | |
parent | 245e544f5a85d5d71c38c9a3785902c550a938cf [diff] |
Fixed typo in run_tests.sh file Change-Id: Ieeb0f16924933075f07eb4d373401505e21a6d62
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} $* }