]> git.ipfire.org Git - people/ms/u-boot.git/commit
test/py: capture the entire U-Boot version at boot
authorStephen Warren <swarren@nvidia.com>
Sat, 6 Feb 2016 01:04:43 +0000 (18:04 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 9 Feb 2016 22:41:19 +0000 (15:41 -0700)
commitc82ce04a3f38bb91465da6b2fd9d8dcb0e81f94b
tree41bc6a73c290c4c7bca33a9f77d1276e4ddece01
parentd8926811fd8b0d48e3bc99627c95544013bd3a7b
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>
test/py/u_boot_console_base.py