commit | e4c1abe047fd83d6c412311fa2fdd595a404e792 | [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 16:59:02 2017 +0100 |
tree | 3e27c78eddb8796f2cf21e1161e58a74062ef96f | |
parent | e851a6b2e402ffde99cd7c66844bca44eb8fef18 [diff] |
Fixed typo in run_tests.sh file Change-Id: Ie5ed5ccaaf703263041fc6683d6f6683de538032
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} $* }