commit | 8d6a6397e166f29aef3a1813c44a7a0e18a7c984 | [log] [tgz] |
---|---|---|
author | Jakub Josef <jakub.josef@gmail.com> | Fri Dec 15 16:58:28 2017 +0100 |
committer | Jakub Josef <jakub.josef@gmail.com> | Fri Dec 15 17:29:25 2017 +0100 |
tree | 1f139f233c04b0e2d7bb8d7cbc341a89f4e412ae | |
parent | 76dd45ea67cc0a72449058205a8bbe4a3947fcef [diff] |
Fixed typo in run_tests.sh file Change-Id: I0c762b6d1a9334b2082d465048ddf89557740ab7
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} $* }