buildman: Show boards with warning with w+
authorSimon Glass <sjg@chromium.org>
Tue, 6 Nov 2018 23:02:13 +0000 (16:02 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 21 Nov 2018 02:14:22 +0000 (19:14 -0700)
commit6af7101b75d0e30cf7ed7d1f57fdb68ed5f8ffa0
tree95cffe2b9e79fe22d641704240d125a672f730e4
parent4cf2b221c6f283aa0fb646cf637ae08fc90dd6d2
buildman: Show boards with warning with w+

At present we should boards with warnings in the same way as those with
errors. This is not ideal. Add a new 'warn' state and show these listed
in yellow to match the actual warning lines printing with -e.

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