test/py: pass -v option when executing sandbox
authorStephen Warren <swarren@nvidia.com>
Mon, 4 Apr 2016 17:04:50 +0000 (11:04 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 12 Apr 2016 00:48:21 +0000 (20:48 -0400)
commiteed095da30bb6f464c24db81fb6406f7ba1cc16b
treeb6ec187a481b16cbe1681f4878f350437000c373
parentc3333ded03b4868c42b0eefd4a3e97c14e0d1f57
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>
test/py/u_boot_console_sandbox.py