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:
Maciej Perkowski 2020-06-19 11:46:29 +02:00 committed by Carles Cufí
commit 0e41830728

View file

@ -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"