]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit3ac7b2eeafeb1d25877e102650f0f6db3328c075
treec41527e1f0649b78af384fee6ed7066dadfa0dec
parent6f832c54653af3f370277af42694b88fc0bc4de4
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