commit | f88eb97d2236e41b574c8ab2a7357b8bc284c822 | [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 16:58:52 2017 +0100 |
tree | 28150cd4c8401a47b2be36596e0f210d06c0e93e | |
parent | aa6b495d225a86b1d62870d14dbc4e38823436fd [diff] |
Fixed typo in run_tests.sh file Change-Id: I97420575153062e6dc09e8f84f7dfb4bc383b394
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} $* }