commit | e2c21cc3f9d4fb8492fb52c9dfb50f359001e314 | [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:46 2017 +0100 |
tree | 9c49cb05cfb9ddd8416cd471982a3bb9f29fca03 | |
parent | f2e21ba10f46f9c4b0a87c3e95cbd4f910f5b8b9 [diff] [blame] |
Fixed typo in run_tests.sh file Change-Id: I17aa936dc9e2d5f2d6845609f4cc9abfdc0dd06e
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} $* }