[U-Boot] [PATCH 14/22] test/py: Add a way to pass flags to sandbox
Stephen Warren
swarren at wwwdotorg.org
Mon Oct 1 15:59:58 UTC 2018
On 09/26/2018 03:55 PM, Simon Glass wrote:
> It is sometimes useful to restart sandbox with some particular flags to
> test certain functionality. Add a new method to ConsoleSandbox to handle
>
> diff --git a/test/py/u_boot_console_sandbox.py b/test/py/u_boot_console_sandbox.py
> @@ -22,8 +22,8 @@ class ConsoleSandbox(ConsoleBase):
> Returns:
> Nothing.
> """
> -
> super(ConsoleSandbox, self).__init__(log, config, max_fifo_fill=1024)
Not sure why that blank line is deleted; all the other docstrings in at
least this file have one blank line after them...
Other than that, this change,
Acked-by: Stephen Warren <swarren at nvidia.com>
More information about the U-Boot
mailing list