commit | 102b30364235193a93fb9d2a999dbd0528921017 | [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 17:31:39 2017 +0100 |
tree | 42b2ac4f77e682b26bd5175e041986c9ed23d578 | |
parent | 5e2d4d02769f921f132272ebdaf9cb3d1731087e [diff] |
Fixed typo in run_tests.sh file Change-Id: I8a439f9f05f5d02542d451ff2f3c1ae4ead5b8d6
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} $* }