commit | d28b678564a92cfdcf5e528778abf89d7c3c6df9 | [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:33:25 2017 +0100 |
tree | d80fc87d0236ff0a74342b2eb8e74393bd876f67 | |
parent | a56d8ae0804c524cb039c53adea073a478361d76 [diff] |
Fixed typo in run_tests.sh file Change-Id: I406ff8e2f5438335c12b142c625b5f2bdd6c1b1a
diff --git a/tests/run_tests.sh b/tests/run_tests.sh index a4cac88..db89554 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh
@@ -113,7 +113,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} $* }