From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Fri, 5 Feb 2016 17:16:49 -0700 Subject: [U-Boot] [PATCH] test/py: capture the entire U-Boot version at boot In-Reply-To: <1454717470-23720-1-git-send-email-swarren@wwwdotorg.org> References: <1454717470-23720-1-git-send-email-swarren@wwwdotorg.org> Message-ID: <56B53B71.7000400@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/05/2016 05:11 PM, Stephen Warren wrote: > From: Stephen Warren > > 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. Uggh; should have let my Jenkins build finish. This fails in some circumstances so I'll send v2...