buildman: Show a summary of the build result
authorSimon Glass <sjg@chromium.org>
Thu, 9 Apr 2020 21:08:47 +0000 (15:08 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 21 Apr 2020 12:33:47 +0000 (06:33 -0600)
commit7b33f21804437bedc5cb2b58cff7706a514c0f57
treec41527e1f0649b78af384fee6ed7066dadfa0dec
parent95ed0a2dbff502ac40ce0585c6549731c09a8c43
buildman: Show a summary of the build result

When buildman finishes it leaves the last summary line visible, which
shows the number of successful builds, builds with warnings and builds
with errors.

It is useful also to see how many builds were done in total along with
the time taken. Show these on a separate line before buildman finishes.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/builder.py
tools/buildman/test.py