From a61635d2af81d00b02155eb5decc03eb92f94413 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Tue, 29 Apr 2025 07:22:06 -0600 Subject: tools: Plumb in capture control Add control of capturing output into u_boot_pylib and the tools which use it. Signed-off-by: Simon Glass --- tools/u_boot_pylib/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/u_boot_pylib/__main__.py') diff --git a/tools/u_boot_pylib/__main__.py b/tools/u_boot_pylib/__main__.py index c0762bca733..d86b9d7dce0 100755 --- a/tools/u_boot_pylib/__main__.py +++ b/tools/u_boot_pylib/__main__.py @@ -16,7 +16,7 @@ if __name__ == "__main__": from u_boot_pylib import test_util result = test_util.run_test_suites( - 'u_boot_pylib', False, False, False, None, None, None, + 'u_boot_pylib', False, False, False, False, None, None, None, ['terminal']) sys.exit(0 if result.wasSuccessful() else 1) -- cgit v1.2.3