commit | e751e72c4c9cb8b4ad29fe042971fbaa64dedc84 | [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:32:17 2017 +0100 |
tree | 50a0542e5aeecc403d3374d81f3fa1dca8278c6d | |
parent | 10a4e3cfd390a2043d44ee0a5e6e07120bb03e1b [diff] |
Fixed typo in run_tests.sh file Change-Id: Id3c8df57b25925f315b4fdef509ae40db17e98ef
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} $* }