buildman: Correct logic for missing maintainers
authorSimon Glass <sjg@chromium.org>
Wed, 19 Jul 2023 23:48:26 +0000 (17:48 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 24 Jul 2023 15:34:10 +0000 (09:34 -0600)
commit9a7cc8121f974582d3f07201b3e119e0d7c91559
tree7b3c7cb1579be5f776c8a32e3fed5d3ed087cc8f
parent1aaaafadcca2cf6a4203784b8b2b1555c04919e8
buildman: Correct logic for missing maintainers

An orphaned board should produce a warning, as should a missing name for
the maintainer (when '-' is provided). Add these cases.

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