commit | 847cca789f9b09ae2039d4a23b4b7270bce6eeb1 | [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:40 2017 +0100 |
tree | 3b0692854bbe4592721871fcb0e517eca079ff37 | |
parent | 9232b2a8b69a67d992523b99afe96fb877bc4af9 [diff] |
Fixed typo in run_tests.sh file Change-Id: I897793a5ab85b0680be247b727a22f1b4c392418
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} $* }