]> git.sur5r.net Git - u-boot/blobdiff - test/py/u_boot_console_sandbox.py
test/py: pass -v option when executing sandbox
[u-boot] / test / py / u_boot_console_sandbox.py
index 3de0fe4a3b6df831239b9825c06dcfd789e676db..04654ae8c9fee10a84944cbddcd632ce40114d72 100644 (file)
@@ -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'
         ]