commit | 0cf57c9b6d2c766f100ffd8b012afb8a274fe572 | [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:33:44 2017 +0100 |
tree | 384f03d7e071cf828da9262e7e185e1ad56b2c43 | |
parent | 1c691e4fab57ebe83f9dafd406195871a74f7c04 [diff] |
Fixed typo in run_tests.sh file Change-Id: I82450afbe57edc3ab0bcc9cfca88c91ad4074cd5
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} $* }