projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3333de
)
test/py: pass -v option when executing sandbox
author
Stephen Warren
<swarren@nvidia.com>
Mon, 4 Apr 2016 17:04:50 +0000
(11:04 -0600)
committer
Tom Rini
<trini@konsulko.com>
Tue, 12 Apr 2016 00:48:21 +0000
(20:48 -0400)
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>
test/py/u_boot_console_sandbox.py
patch
|
blob
|
history
diff --git
a/test/py/u_boot_console_sandbox.py
b/test/py/u_boot_console_sandbox.py
index 3de0fe4a3b6df831239b9825c06dcfd789e676db..04654ae8c9fee10a84944cbddcd632ce40114d72 100644
(file)
--- 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'
]