commit | 8f6008220c701331ec73ff11f5edad6896e77133 | [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:32:36 2017 +0100 |
tree | 702b6d47afa0dfe2cd26dbd95121c52f22aa08fc | |
parent | 35aa95bef50467be61ce261badcc695908a52ce8 [diff] [blame] |
Fixed typo in run_tests.sh file Change-Id: I0d2e995ba984cc5baf277ddfcb627d63c409ee01
diff --git a/tests/run_tests.sh b/tests/run_tests.sh index 29fb975..4ee4e0f 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh
@@ -124,7 +124,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} $* }