Skip to content

Commit

Permalink
samples: drivers/entropy yaml regex fix
Browse files Browse the repository at this point in the history
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 zephyrproject-rtos#23919

Signed-off-by: Christian Taedcke <christian.taedcke@lemonbeat.com>
  • Loading branch information
chrta authored and hakehuang committed Apr 30, 2020
1 parent 30150b4 commit 491fa55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/drivers/entropy/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

0 comments on commit 491fa55

Please sign in to comment.