commit | 97b4eeb8b4b9a573def51d9b4102ea92a393950a | [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:24 2017 +0100 |
tree | fa644b7b06135dbf6ef07eb9189bd199114b5fd6 | |
parent | b1353eeafbd832c6d3809e060af9aea588f47e87 [diff] [blame] |
Fixed typo in run_tests.sh file Change-Id: I314ebfdcb4c9f78620e0eda0e4f936cf3eca3fdb
diff --git a/tests/run_tests.sh b/tests/run_tests.sh index 8c07e58..ea1a363 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh
@@ -111,7 +111,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} $* }