commit | 5af83c4ca7ba237b17f31cf4e6cc995698ba0d90 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Fri Feb 05 18:04:43 2016 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Feb 09 15:41:19 2016 -0700 |
tree | 41bc6a73c290c4c7bca33a9f77d1276e4ddece01 | |
parent | 4223a2ff9fb92b947a8e03f2f507291ec776c268 [diff] |
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: Stephen Warren <swarren@nvidia.com>