commit | 6f2f01420537d04360b232e7883593c8c5e08316 | [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:00:05 2017 +0100 |
tree | 954a0f86b4d803d735f0ac92e4b2de227ae0d0e5 | |
parent | b347eaf066f161d1998752d1ea9accec4beaa638 [diff] |
Fixed typo in run_tests.sh file Change-Id: I345ec121d984320bec4908b416ed6ec19f181c31
diff --git a/tests/run_tests.sh b/tests/run_tests.sh index 3f42101..9451611 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh
@@ -110,7 +110,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} $* }