Skip to content

Commit

Permalink
ci_build.sh: in BUILD_TYPE=default-all-errors report visibly when no …
Browse files Browse the repository at this point in the history
…failures happened
  • Loading branch information
jimklimov committed Mar 31, 2022
1 parent aeb8ef4 commit 0be7c92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1401,6 +1401,8 @@ default|default-alldrv|default-alldrv:no-distcheck|default-all-errors|default-sp
if [ "$RES_ALLERRORS" != 0 ]; then
# Leading space is included in FAILED
echo "FAILED build(s) with code ${RES_ALLERRORS}:${FAILED}" >&2
else
echo "(and no build scenarios had failed)" >&2
fi

echo "Initially estimated ${BUILDSTODO_INITIAL} variations for BUILD_TYPE='$BUILD_TYPE'" >&2
Expand Down

0 comments on commit 0be7c92

Please sign in to comment.