
18 Apr
2020
18 Apr
'20
1:29 a.m.
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
---
Changes in v2: None
tools/buildman/builder.py | 17 +++++++++++++++++ tools/buildman/test.py | 6 +++--- 2 files changed, 20 insertions(+), 3 deletions(-)
Applied to u-boot-dm, thanks!