samples: drivers/entropy yaml regex fix

The last regex in the yaml file did not match when executing the test on
an embedded target. The expected two spaces are not present at the
beginning of the line.

Fixes #23919

Signed-off-by: Christian Taedcke <christian.taedcke@lemonbeat.com>
This commit is contained in:
Christian Taedcke 2020-04-02 09:41:56 +02:00 committed by Anas Nashif
parent 108820aafb
commit 1bf5d24638
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@ tests:
regex:
- "Entropy Example! (.*)"
- "entropy device is (.*), name is (.*)"
- "( 0x([0-9a-f]){2}){9}"
- "(\\s*0x([0-9a-f]){2}){9}"