Add control of capturing output into u_boot_pylib and the tools which use it.
Signed-off-by: Simon Glass <s...@chromium.org> --- (no changes since v1) tools/binman/ftest.py | 3 ++- tools/binman/main.py | 4 ++-- tools/buildman/main.py | 2 +- tools/dtoc/main.py | 5 +++-- tools/dtoc/test_fdt.py | 2 +- tools/patman/__main__.py | 2 +- tools/u_boot_pylib/__main__.py | 2 +- tools/u_boot_pylib/test_util.py | 10 +++++++--- 8 files changed, 18 insertions(+), 12 deletions(-) Applied to sjg/master, thanks!