binman: Avoid unwanted output in testFitFirmwareLoadables()
authorSimon Glass <sjg@chromium.org>
Fri, 24 Feb 2023 01:18:01 +0000 (18:18 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 8 Mar 2023 19:40:49 +0000 (11:40 -0800)
commit7c4027af48fc7178d222ffa9bf5c76853390aa0e
tree25e2e496276ce40d9e6b80806defe0b9771fcecd
parent47dd6b4d7daba06a04bb612d0c19e350e6287fac
binman: Avoid unwanted output in testFitFirmwareLoadables()

This prints a message about the missing tee-os generated by the test. This
is confusing, so suppress it.

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