samples: posix: eventfd: bugfix for regex check
Bugfix for regex adding "\\" before "(" and ")" for proper regex parsing Signed-off-by: Maciej Perkowski <Maciej.Perkowski@nordicsemi.no>
This commit is contained in:
parent
0f67f6cb72
commit
0e41830728
1 changed files with 1 additions and 1 deletions
|
@ -19,5 +19,5 @@ tests:
|
||||||
- "Writing 4 to efd"
|
- "Writing 4 to efd"
|
||||||
- "Completed write loop"
|
- "Completed write loop"
|
||||||
- "About to read"
|
- "About to read"
|
||||||
- "Read 10 (0xa) from efd"
|
- "Read 10 \\(0xa\\) from efd"
|
||||||
- "Finished"
|
- "Finished"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue