commit | 3ff328cf0d3f0ccaf64b4924fd37ae07ed556c21 | [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:32:40 2017 +0100 |
tree | ab69d0acc4ee89362dc7247a83a80092493ad05c | |
parent | 0c62232789f3abe072ab4e239f078af677ad019b [diff] |
Fixed typo in run_tests.sh file Change-Id: Id52d1f8b8d0e1f1a136007fa1bab1d0583c40aca
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} $* }