Re: [U-Boot] [PATCH 2/3] test/py: Allow to pass u_boot_log instead of console for run_and_log

2016-11-05 Thread Stephen Warren
On 11/05/2016 10:45 AM, Stefan Brüns wrote: The runner actually has no console dependency, only on the log provided by the console. Accept both u_boot_console or a multiplexed_log. diff --git a/test/py/u_boot_utils.py b/test/py/u_boot_utils.py -def run_and_log(u_boot_console, cmd,

[U-Boot] [PATCH 2/3] test/py: Allow to pass u_boot_log instead of console for run_and_log

2016-11-05 Thread Stefan Brüns
The runner actually has no console dependency, only on the log provided by the console. Accept both u_boot_console or a multiplexed_log. Signed-off-by: Stefan Brüns --- test/py/u_boot_utils.py | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff