commit | 12090738448e280a2161a438dcac50e73000ae10 | [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:34:28 2017 +0100 |
tree | 04a092aba727dc8e6e34e9b792de68c5bbd9b956 | |
parent | b46a879a11010206adeea0c433029d7a46c8f8ba [diff] |
Fixed typo in run_tests.sh file Change-Id: I175bc68c8fb24b94226deb6fc6fe35dc68becd73
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} $* }