
18 Apr
2020
18 Apr
'20
1:29 a.m.
It is quite hard to see the list of board for each error line since the colour is the same as the actual error line. Show the board list in magenta so that it is easier to distinguish them.
There is no point in checking the colour of the overall line, since there are now multiple colours. So drop those tests.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v2: None
tools/buildman/builder.py | 15 ++++++--- tools/buildman/test.py | 70 ++++++++++++++++++--------------------- 2 files changed, 44 insertions(+), 41 deletions(-)
Applied to u-boot-dm, thanks!