Skip to content
Snippets Groups Projects
Commit eed095da authored by Stephen Warren's avatar Stephen Warren Committed by Tom Rini
Browse files

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: default avatarStephen Warren <swarren@nvidia.com>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent c3333ded
No related branches found
No related tags found
No related merge requests found
......@@ -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'
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment