commit | 7bc5d1db1dd0357647d297d1d342800a1b2908fc | [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:34:01 2017 +0100 |
tree | 05db6a3988029aca90fc4d095a950a58835b87ee | |
parent | 2c80312db5a9343a968eca2b8c2fc4a1259e1c11 [diff] |
Fixed typo in run_tests.sh file Change-Id: I8da1612516b1aa3a1428dcd7c5c6113d45c21a76
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} $* }