buildman: Show the list of boards in magenta
authorSimon Glass <sjg@chromium.org>
Thu, 9 Apr 2020 21:08:37 +0000 (15:08 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 21 Apr 2020 12:33:47 +0000 (06:33 -0600)
commit8c9a2674ee3669a6743e3e5133c87c7ee23a320e
treefeb414ddcbc5183f9ae9b77453e41333b7bd9ad4
parent35d696dbe507aeafca87843f0cecfc77efa7aba7
buildman: Show the list of boards in magenta

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>
tools/buildman/builder.py
tools/buildman/test.py