commit | f72fb94a5cbdbbe262e1f7f0262add7f5dd2a304 | [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:18 2017 +0100 |
tree | e704444ee98e88f68848aa20af8d4f477d72c54c | |
parent | 5e177bc64553fa5fb3e5253356ed678423ea0d7f [diff] |
Fixed typo in run_tests.sh file Change-Id: Ib8904033dcfa2e2e21aeb0245b5dbd160dcb4eb7
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} $* }