commit | b1d0ae9e902247f5117f4a05c0bcf2e9113d11df | [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:24 2017 +0100 |
tree | 7010680ad6a4bae37c7a8dd05817bdaa32c1f8c0 | |
parent | 707c9d895d099e3a4460492dc59eff34e57ce87a [diff] |
Fixed typo in run_tests.sh file Change-Id: I1fc49a0213424bc0e16faf947e143570bfc2f916
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} $* }