commit | 356bea65f7c1407d75056f045a58c054c1f2ae0c | [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:29:51 2017 +0100 |
tree | c63adeef8cdc9905839fae7132f943f1a98aa883 | |
parent | 1fd4d19e8832e602d6161d874d053b897902c17a [diff] [blame] |
Fixed typo in run_tests.sh file Change-Id: Iecec71a32fc61401831a598cd131828568a44080
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} $* }