Skip to content
Commit 91db9aea authored by Peter Hoyes's avatar Peter Hoyes Committed by Robbie Cao
Browse files

armv8r64-extras/oeqa: Remove greedy regex operator from Zephyr test



The ".*" at the end of the regex in the common check_boot() method in
the Zephyr test suite is greedy and may match more text than intended,
capturing text that was intended to match subsequent expects.

Remove the ".*" and just match on a static string.

Issue-Id: SCM-4957
Signed-off-by: default avatarPeter Hoyes <Peter.Hoyes@arm.com>
Change-Id: I0bda762bd1eb54891f97e03b5e8aa15a487608ce
parent cce79ed3
Loading
Loading
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