commit | b0ab09bce793002862d7e5c51fdb241c629d5a70 | [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:59 2017 +0100 |
tree | 8f882b1ce192d95e476bcba45c1e1252c547a0dc | |
parent | 1eb9c7c47e706c94477b2e34787fca853586ffa4 [diff] [blame] |
Fixed typo in run_tests.sh file Change-Id: Ibc01ef476826c38271808eea663203bef3f84bc4
diff --git a/tests/run_tests.sh b/tests/run_tests.sh index b6654df..a465159 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh
@@ -126,7 +126,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} $* }