commit | ae49121c9de3cd73b0019f58d9ee16bdb13922a5 | [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:10 2017 +0100 |
tree | 2182bcfccc5356d1e024b25ae3eabc288cbad71a | |
parent | ed9c1461f9261ce2eb1004796272b166f14d8e15 [diff] [blame] |
Fixed typo in run_tests.sh file Change-Id: Ib1be49d5e178c8e290110a006dda108d9b12e09f
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} $* }