commit | 869a6ccf6ee4f4482a12c5e0a2730e3fe0024cd4 | [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:32 2017 +0100 |
tree | 060817d5ad6d7a933335f16fc7be2638baeaffbc | |
parent | c570739e782951a549f76f0d89cd1c3198a608f6 [diff] |
Fixed typo in run_tests.sh file Change-Id: I49f2d2c39214b4df31a6e8c6c110cd9e5dd724ca
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} $* }