commit | edd02d245c996b1990c8d2c05ed62c997f180ead | [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:31:59 2017 +0100 |
tree | aa0f2653561a58613a9b69a5bc913288180f840e | |
parent | a4165fd081e570c1bfdaba8fc9f329022c2a19a2 [diff] |
Fixed typo in run_tests.sh file Change-Id: I01c47fe8ab88c99e9221546a482c76d87571e84d
diff --git a/tests/run_tests.sh b/tests/run_tests.sh index 3f42101..9451611 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh
@@ -110,7 +110,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} $* }