commit | fc0b6998c75e24c4038300953271d7cf39857555 | [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 17:31:47 2017 +0100 |
tree | c43e84fda37a125f72459fe73257ce8699871bb3 | |
parent | 005e1a6e4ef3f4fd4d6f91295f68c236a5847d4b [diff] [blame] |
Fixed typo in run_tests.sh file Change-Id: Ic06479e61d930a3280680289f2489897c71871fa
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} $* }