commit | 2cd820e4d56f134b0daadded77e77b96984b075a | [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:16 2017 +0100 |
tree | e889050d8d5b9fe353fcff2ffcba2fe522a3d006 | |
parent | 7abda5fa7f41c98468234540a7ebc968682c351c [diff] [blame] |
Fixed typo in run_tests.sh file Change-Id: I522fef0897c5d95764973fa82975a728d6618755
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} $* }