commit | 3181b4c8b5bc116c0904d9daacfc6a0bde4374d2 | [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:27 2017 +0100 |
tree | 41127ad3d4494357b22df162e6a41563f80e16c9 | |
parent | e76d1e0939c635a1a9bb0636849690cf7ded99ec [diff] [blame] |
Fixed typo in run_tests.sh file Change-Id: I796f1554fd09bccbbcdfb216a74421c922a82d89
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} $* }