[U-Boot] [PATCH] test/py: pass -v option when executing sandbox

From: Stephen Warren swarren@nvidia.com
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 swarren@nvidia.com --- test/py/u_boot_console_sandbox.py | 1 + 1 file changed, 1 insertion(+)
diff --git a/test/py/u_boot_console_sandbox.py b/test/py/u_boot_console_sandbox.py index 3de0fe4a3b6d..04654ae8c9fe 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' ]

On Mon, Apr 04, 2016 at 11:04:50AM -0600, Stephen Warren wrote:
From: Stephen Warren swarren@nvidia.com
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 swarren@nvidia.com
Reviewed-by: Tom Rini trini@konsulko.com

On 4 April 2016 at 11:04, Stephen Warren swarren@wwwdotorg.org wrote:
From: Stephen Warren swarren@nvidia.com
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 swarren@nvidia.com
test/py/u_boot_console_sandbox.py | 1 + 1 file changed, 1 insertion(+)
Reviewed-by: Simon Glass sjg@chromium.org

On Mon, Apr 04, 2016 at 11:04:50AM -0600, Stephen Warren wrote:
From: Stephen Warren swarren@nvidia.com
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 swarren@nvidia.com Reviewed-by: Tom Rini trini@konsulko.com Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot/master, thanks!
participants (3)
-
Simon Glass
-
Stephen Warren
-
Tom Rini