commit | 6d0834051f377fc16dd2bdce4a586ac12f258b17 | [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 | e0aea632141df89a8f7c89aebea697362bec3601 [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>