Re: [U-Boot] [PATCH] test/py: match prompt only at line boundaries

2016-08-17 Thread Heiko Schocher
Hello Stephen, Am 17.08.2016 um 03:58 schrieb Stephen Warren: This prevents capture of command output from terminating early on boards that use a simple prompt (e.g. "=> ") that appears in the middle of command output (e.g. crc32's "... ==> 2fa737e0"). Reported-by: Tom Rini Signed-off-by: Step

Re: [U-Boot] [PATCH] test/py: match prompt only at line boundaries

2016-08-17 Thread Tom Rini
On Tue, Aug 16, 2016 at 07:58:59PM -0600, Stephen Warren wrote: > This prevents capture of command output from terminating early on boards > that use a simple prompt (e.g. "=> ") that appears in the middle of > command output (e.g. crc32's "... ==> 2fa737e0"). > > Reported-by: Tom Rini > Signed-

[U-Boot] [PATCH] test/py: match prompt only at line boundaries

2016-08-16 Thread Stephen Warren
This prevents capture of command output from terminating early on boards that use a simple prompt (e.g. "=> ") that appears in the middle of command output (e.g. crc32's "... ==> 2fa737e0"). Reported-by: Tom Rini Signed-off-by: Stephen Warren --- test/py/u_boot_console_base.py | 6 +++--- 1 fil