commit | 168d8de6387d0d374f6417bda4f5bc62ebdbbff9 | [log] [tgz] |
---|---|---|
author | Jakub Josef <jakub.josef@gmail.com> | Fri Dec 15 16:58:30 2017 +0100 |
committer | Jakub Josef <jakub.josef@gmail.com> | Fri Dec 15 16:59:29 2017 +0100 |
tree | a82722c16d8430173d2b5a52d1189cf571b0b794 | |
parent | 7ddf5d4248a226a0bae33292d66dca853110402b [diff] [blame] |
Fixed typo in run_tests.sh file Change-Id: Iecd9df91f0074093bca783eaaafce03095ceddb3
diff --git a/tests/run_tests.sh b/tests/run_tests.sh index a4cac88..db89554 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh
@@ -113,7 +113,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} $* }