
1 Oct
2018
1 Oct
'18
5:59 p.m.
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@nvidia.com