commit | 50327b98350c669b4d9c3f30aeac775f00138528 | [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:04 2017 +0100 |
tree | ce578d8a164962c63aeceabc9aee87c72e648b88 | |
parent | eaf4fc4e68c3bb2e5a4ed7dd1a19e1c4b4ad1aa0 [diff] |
Fixed typo in run_tests.sh file Change-Id: Iba14b5279719913b6ed738f5114515f2552f3717
diff --git a/tests/run_tests.sh b/tests/run_tests.sh index f44058c..9a4e8ea 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh
@@ -113,7 +113,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} $* }