commit | 03d2fafd9c5319208959f8e02f0ecdd9f34d792e | [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:30:13 2017 +0100 |
tree | 675a77966b12a7c8abf1e142040d57304f2d012d | |
parent | d6d8400bbad5a3af97307356dbd7f96adbf9454f [diff] [blame] |
Fixed typo in run_tests.sh file Change-Id: I6260f8728bfaf1ca39baaf9b81d78d3f4b0a830f
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} $* }