commit | 108c72e059f0e5060c78fb9993eeded44955b432 | [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:16 2017 +0100 |
tree | ee209ef97221187d575e2f8a772411653222879f | |
parent | a71e303a83d3189f2b9321b2528fd6f40a89ecc4 [diff] [blame] |
Fixed typo in run_tests.sh file Change-Id: Id6f843b44cdc69cb88bb47d987f1495e74fa7a18
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} $* }