binman: Allow verbosity control when running tests
authorSimon Glass <sjg@chromium.org>
Mon, 8 Jul 2019 19:18:48 +0000 (13:18 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 24 Jul 2019 03:27:58 +0000 (20:27 -0700)
commitee0c9a739f219c80b8a1f1abc217338c8c2087cc
treea0ae27878aa978dc0a08b616d9d58650f6a07191
parent2569e10f5b56649aa13e806da39a6238fdb53cab
binman: Allow verbosity control when running tests

At present the -v flag is ignored with tests, so that (for example) -v2
does not have any effect. Update binman to pass this flag through to tests
so that they work just like running binman normally, except in a few
special cases where we are actually testing behaviour with different
levels of verbosity.

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