commit | 60d9eed6d1f37c8aaa6522474167a84033d265d9 | [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:33:12 2017 +0100 |
tree | 222de4eee1c50345361c2507dcf9342d125a0780 | |
parent | bfd769dd0100efd5770914e76d7aa5dc7429f017 [diff] |
Fixed typo in run_tests.sh file Change-Id: If9e0f166954babccc047ac7b32913da15e60ea0b
diff --git a/tests/run_tests.sh b/tests/run_tests.sh index a4cac88..db89554 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh
@@ -113,7 +113,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} $* }