mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
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 <swarren@nvidia.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
c3333ded03
commit
eed095da30
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ class ConsoleSandbox(ConsoleBase):
|
||||||
cmd += ['gdbserver', self.config.gdbserver]
|
cmd += ['gdbserver', self.config.gdbserver]
|
||||||
cmd += [
|
cmd += [
|
||||||
self.config.build_dir + '/u-boot',
|
self.config.build_dir + '/u-boot',
|
||||||
|
'-v',
|
||||||
'-d',
|
'-d',
|
||||||
self.config.build_dir + '/arch/sandbox/dts/test.dtb'
|
self.config.build_dir + '/arch/sandbox/dts/test.dtb'
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue