binman: Don't show errors for failed tests
authorSimon Glass <sjg@chromium.org>
Tue, 14 May 2019 21:53:38 +0000 (15:53 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 10 Jul 2019 22:52:45 +0000 (16:52 -0600)
commit35343dc41493666261e37a8a559b78eb2841a528
treec93661576dc1d5030845d4c4076632e7fd2f2873
parent2ca8468026b678c8630ad99290cc5d2428eaeb55
binman: Don't show errors for failed tests

An unfortunate new feature in Python 3.5 causes binman to print errors for
non-existent tests, when the test filter is used. Work around this by
detecting the unwanted tests and removing them from the result.

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