commit | 351facfd137ef3d286e4ab0629815dc3b10ae52f | [log] [tgz] |
---|---|---|
author | Jakub Josef <jakub.josef@gmail.com> | Fri Dec 15 16:58:30 2017 +0100 |
committer | Jakub Josef <jakub.josef@gmail.com> | Fri Dec 15 17:34:11 2017 +0100 |
tree | 64a8bf6f3dc142fc386d40a32878c7adb7539830 | |
parent | b3b65c2fe1a6fd882097187c8655c4be3c9a5d22 [diff] [blame] |
Fixed typo in run_tests.sh file Change-Id: I96b2d9f0063eaa866b397833e13b42fcadde80b0
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} $* }