Skip to content
Snippets Groups Projects
Commit c82ce04a authored by Stephen Warren's avatar Stephen Warren Committed by Simon Glass
Browse files

test/py: capture the entire U-Boot version at boot


The existing regex simply ensures that the captured version string doesn't
go past the end of a line. We really want to grab as much as possible. Do
this by explicitly including a ) character at the end of the regex to
match the last character of the version test.

Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent d8926811
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment