X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;ds=sidebyside;f=shell%2Ftox-run.sh;h=45cb1f20a99803dbdd8f5785ba335b8b1ef7926b;hb=fc75b20f7ec19cb7cfdbd74385bf1262ccb7a84c;hp=3bf1576000b80127d324ea0984ce01511d4d4ddd;hpb=069fe5a151b96af411f29c66f06e86c5e263b704;p=releng%2Fglobal-jjb.git diff --git a/shell/tox-run.sh b/shell/tox-run.sh index 3bf15760..45cb1f20 100644 --- a/shell/tox-run.sh +++ b/shell/tox-run.sh @@ -49,6 +49,10 @@ fi if [ -f "$ARCHIVE_TOX_DIR/failed-envs.log" ]; then failed_envs=($(cat "$ARCHIVE_TOX_DIR/failed-envs.log")) + for e in "${failed_envs[@]}"; do + echo "cat $ARCHIVE_TOX_DIR/tox-$e.log" + cat "$ARCHIVE_TOX_DIR/tox-$e.log" + done echo "ERROR: Failed the following builds: ${failed_envs[*]}" exit 1 fi