commit | 4d490dcf9b796e392df1ea30c35f4ba83312ef29 | [log] [tgz] |
---|---|---|
author | Jakub Josef <jakub.josef@gmail.com> | Fri Dec 15 16:58:30 2017 +0100 |
committer | Jakub Josef <jakub.josef@gmail.com> | Fri Dec 15 17:34:38 2017 +0100 |
tree | c96fd69e4f5e5f52ac65d775eadfcccf5b628ced | |
parent | 06fcbd90f28bbf5fde49dd5160cc1360213546e7 [diff] |
Fixed typo in run_tests.sh file Change-Id: I88ff2f0091286249fb6a87120441451a2a0d67b6
diff --git a/tests/run_tests.sh b/tests/run_tests.sh index 3f42101..9451611 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh
@@ -110,7 +110,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} $* }