tests: coredump: Remove matching pattern
On xtensa architectures the string "ZEPHYR FATAL ERROR" comes after the coredump itself. The ordered regex will incorrectly fail for this arch. Signed-off-by: Lucas Tamborrino <lucas.tamborrino@espressif.com>
This commit is contained in:
parent
8c74583125
commit
16629cbabd
|
@ -14,7 +14,6 @@ tests:
|
|||
type: multi_line
|
||||
regex:
|
||||
- "Coredump: (.*)"
|
||||
- ">>> ZEPHYR FATAL ERROR "
|
||||
- "E: #CD:BEGIN#"
|
||||
- "E: #CD:5([aA])45([0-9a-fA-F]+)"
|
||||
- "E: #CD:41([0-9a-fA-F]+)"
|
||||
|
|
Loading…
Reference in a new issue