commit | 5221baa92143046273b74149e638ed2403a8c628 | [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:30:36 2017 +0100 |
tree | 7175d01e396fed968d7a0d4d78673aa68d254bba | |
parent | 566df4e0a299719892e76351fe39d3280ed4fd28 [diff] |
Fixed typo in run_tests.sh file Change-Id: Icd1f62c0ae6b4c85c40ca7a2d378959c05583c01
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} $* }