commit | c22dff2e11a5500fa86ef47ea96dea447ab42168 | [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:29:58 2017 +0100 |
tree | 8e7d797c6b46add3d44efbfd7aa69e7ea5a7d22a | |
parent | ed1ad5a6195d989f772bf9c9a4d8229157b8ffc7 [diff] |
Fixed typo in run_tests.sh file Change-Id: Ia38e808fe170f1c737dfd618ca50e68be289ecff
diff --git a/tests/run_tests.sh b/tests/run_tests.sh index 8c07e58..ea1a363 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh
@@ -111,7 +111,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} $* }