commit | 6b26c61114409b6e300ed30c778e98a3c01951a9 | [log] [tgz] |
---|---|---|
author | Jakub Josef <jakub.josef@gmail.com> | Fri Dec 15 16:58:28 2017 +0100 |
committer | Jakub Josef <jakub.josef@gmail.com> | Fri Dec 15 17:29:19 2017 +0100 |
tree | ef7afc50589edbab9902799b5e36e60eafa8f6a8 | |
parent | 07e7fce12e7eafb58714b2f7ef4ed5d4a8cbbe41 [diff] |
Fixed typo in run_tests.sh file Change-Id: Iacd4ee4d1fbe24ffcf6062ade78191e4cc5022be
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} $* }