commit | d2d43951774833f487c8b3c17f8bd42157968646 | [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:40 2017 +0100 |
tree | a1c57580d0b98a2dfbbfcb038b7d2c6174a8efd0 | |
parent | db17f7183d8f870c4910b45d8db69dcd67f1df05 [diff] |
Fixed typo in run_tests.sh file Change-Id: Icac2cd3a9975fc2fae078b3a287b5393eb81b2c4
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} $* }