commit | 8cca9cc94e3f8925b4574115468ec8b123087621 | [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:53 2017 +0100 |
tree | a699088cbeeddef8cf978fb2e3f614ac4348aee7 | |
parent | 5ff575c21066fe806e8722cf2e7cc948e777e20f [diff] |
Fixed typo in run_tests.sh file Change-Id: Ia4ca293176af1c3534fa13ba71789bfcc6d1a1fa
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} $* }