commit | 4552908e3463966bd25afaa724653aa1c6de40e3 | [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:30:43 2017 +0100 |
tree | 76941456c9a7ef29a7847a88a23a0d424f56b815 | |
parent | 55b95b51b0139562dd2f56145ba341da613acc28 [diff] [blame] |
Fixed typo in run_tests.sh file Change-Id: I5b2570d2e46839ab89facb361373bb33c5bf23e7
diff --git a/tests/run_tests.sh b/tests/run_tests.sh index f6d5e40..0d29e9d 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh
@@ -125,7 +125,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} $* }