binman: Detect skipped tests
authorSimon Glass <sjg@chromium.org>
Mon, 8 Jul 2019 19:18:33 +0000 (13:18 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 24 Jul 2019 03:27:57 +0000 (20:27 -0700)
commit45cb9d80ae274fe46ed64c76cc87a36fc994a182
tree77ca29a914e77ed127574f3bdfe61e1eee0fb8e0
parent458be45afc79444b7ed66afc01d6e121dfa30d37
binman: Detect skipped tests

If tests are skipped we should ideally exit with an error, since there may
be a missing dependency. However at present this is not desirable since it
breaks travis tests. For now, just report the skips.

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