Skip to content
Commit f4283259 authored by Peter Hoyes's avatar Peter Hoyes Committed by Diego Sueiro
Browse files

yocto/safety_island: Ensure all regexes have termination characters



Regexes that end in unbounded pattern matches (e.g. \d+) are problematic
with pexpect because they may match fewer characters than expected,
depending on the performance of the test host.

To fix this, ensure that all regex are terminated with one or more
explicit characters (e.g. \r\n).

Issue-Id: SCM-5314
Signed-off-by: default avatarPeter Hoyes <Peter.Hoyes@arm.com>
Change-Id: I5038510392c81614fef82ecf5e8777f060ff315f
parent 51fd51bd
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