commit | 7a729495ed9163913c76a4d5717c1ed53491a6f8 | [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:31:20 2017 +0100 |
tree | 2d8d3f0fdfb69b8381e8e1df2e2f943dba0968c9 | |
parent | ea243885c4ec185be09e4897229f2318900fb3a0 [diff] |
Fixed typo in run_tests.sh file Change-Id: I482d2deff660f51ae6279368f2caf4e0887095ae
diff --git a/tests/run_tests.sh b/tests/run_tests.sh index c2f7f77..3e3cf91 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} $* }