commit | 4ba58bdabd0ad8356401e5221e8377ebd412362d | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@wwwdotorg.org> | Tue Aug 16 19:58:59 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sat Aug 20 14:03:24 2016 -0400 |
tree | b80de6d8be6d3dab36a9f70632e710e5da153e23 | |
parent | fc18e9b3d5507845ea8a60a101ee3a368316068e [diff] |
test/py: match prompt only at line boundaries 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 <trini@konsulko.com> Signed-off-by: Stephen Warren <swarren@wwwdotorg.org> Tested-by: Tom Rini <trini@konsulko.com> Reviewed-by: Heiko Schocher <hs@denx.de>