commit | 19b64a7c353c53e0ca5205c6a10f2275c7833ddc | [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:31:35 2017 +0100 |
tree | 92a26ba98aeccfbe65266eb2bf4585ae5c6b74f2 | |
parent | 758dc74c03f71cd9c482da9f75d164cb0edfee23 [diff] |
Fixed typo in run_tests.sh file Change-Id: I3d81c3de35ec654c5c2e1520b7752dd36523096f
diff --git a/tests/run_tests.sh b/tests/run_tests.sh index 78dd2c1..868a639 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh
@@ -111,7 +111,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} $* }