commit | 618962ef6bd4bc9d991dd01e70b58987d17ddb76 | [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:32:10 2017 +0100 |
tree | c4921d7946a4f5249c8361b488344347cc8e5969 | |
parent | b1fae127f85eda5bb42bcd67b4e31dd0eeef5e81 [diff] |
Fixed typo in run_tests.sh file Change-Id: I2cc4452824e05aae41a0bbc0357b19f9d51e76f2
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} $* }