commit | 4376935b2db10932d19e4f052689aea0fb147c7b | [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 16:59:40 2017 +0100 |
tree | b0933a64bc468b9f16c1bf5b13af0a03910ec491 | |
parent | c37b058137712cad21414dc5b27202a0da0c8822 [diff] [blame] |
Fixed typo in run_tests.sh file Change-Id: Id2a29e3d8b964a7f07843a767a91c0b3ff66e533
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} $* }