X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Ftox-run.sh;h=91e040ada37380420b2d9d4cd8a31b1f25ddf552;hb=refs%2Fchanges%2F85%2F65285%2F3;hp=498ddc7f0d876509615fd95b866be670a9f98280;hpb=f5ecd20b63a85ac7589025bb204d0a836d38f608;p=releng%2Fglobal-jjb.git diff --git a/shell/tox-run.sh b/shell/tox-run.sh index 498ddc7f..91e040ad 100644 --- a/shell/tox-run.sh +++ b/shell/tox-run.sh @@ -28,7 +28,7 @@ if [[ -d /opt/pyenv ]]; then fi PARALLEL="${PARALLEL:-true}" -if [[ ${PARALLEL} = true ]]; then +if [[ ${PARALLEL,,} = true ]]; then if [[ -n ${TOX_ENVS:-} ]]; then tox -e "$TOX_ENVS" --parallel auto --parallel-live | tee -a "$ARCHIVE_TOX_DIR/tox.log" tox_status="${PIPESTATUS[0]}"