commit | dae63e7f8660edbabfe0f1600a6ed42622d1d122 | [log] [tgz] |
---|---|---|
author | Jakub Josef <jakub.josef@gmail.com> | Fri Dec 15 16:58:28 2017 +0100 |
committer | Jakub Josef <jakub.josef@gmail.com> | Fri Dec 15 17:29:35 2017 +0100 |
tree | 289e40a0ecfa8034a2fe715107446123d5c3465f | |
parent | 0489741b70ed302e2109e739982a507cb8d107dd [diff] |
Fixed typo in run_tests.sh file Change-Id: I6c907e243a21659044324c1a2bb095211942c1b7
diff --git a/tests/run_tests.sh b/tests/run_tests.sh index a4cac88..db89554 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh
@@ -113,7 +113,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} $* }