diff options
| author | Stephen Warren <[email protected]> | 2016-04-04 11:04:50 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-04-11 20:48:21 -0400 |
| commit | eed095da30bb6f464c24db81fb6406f7ba1cc16b (patch) | |
| tree | b6ec187a481b16cbe1681f4878f350437000c373 /test | |
| parent | c3333ded03b4868c42b0eefd4a3e97c14e0d1f57 (diff) | |
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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'test')
| -rw-r--r-- | test/py/u_boot_console_sandbox.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/py/u_boot_console_sandbox.py b/test/py/u_boot_console_sandbox.py index 3de0fe4a3b6..04654ae8c9f 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' ] |
