From eed095da30bb6f464c24db81fb6406f7ba1cc16b Mon Sep 17 00:00:00 2001 From: Stephen Warren Date: Mon, 4 Apr 2016 11:04:50 -0600 Subject: test/py: pass -v option when executing sandbox This shows more output, such as the internal output generated by the unit test ("ut") command, which makes it easier to debug issues. Signed-off-by: Stephen Warren Reviewed-by: Tom Rini Reviewed-by: Simon Glass --- test/py/u_boot_console_sandbox.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/py/u_boot_console_sandbox.py b/test/py/u_boot_console_sandbox.py index 3de0fe4..04654ae 100644 --- a/test/py/u_boot_console_sandbox.py +++ b/test/py/u_boot_console_sandbox.py @@ -44,6 +44,7 @@ class ConsoleSandbox(ConsoleBase): cmd += ['gdbserver', self.config.gdbserver] cmd += [ self.config.build_dir + '/u-boot', + '-v', '-d', self.config.build_dir + '/arch/sandbox/dts/test.dtb' ] -- cgit v1.1