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

2016-04-04 Thread Simon Glass
On 4 April 2016 at 11:04, Stephen Warren wrote: > > From: Stephen Warren > > 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 > --- > test/py/u_boot_console_sandbox.py | 1 +

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

2016-04-04 Thread Tom Rini
On Mon, Apr 04, 2016 at 11:04:50AM -0600, Stephen Warren wrote: > From: Stephen Warren > > 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 -- Tom

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

2016-04-04 Thread Stephen Warren
From: Stephen Warren 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 --- test/py/u_boot_console_sandbox.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/py/u_boot_cons