Skip to content

Commit f977feb

Browse files
Add more parse patterns
1 parent 2c701ee commit f977feb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

log_parse_rules.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,9 @@ warning /(?i)makefile:.*error/
1212
error /FAILED \(failures=/
1313
error /FAILED \(errors=/
1414
warning /not remade because of errors/
15+
error /(?i)^(\[[^]]*\] )?AssertionError:/
16+
error /(?i)^(\[[^]]*\] )?error \[/
17+
error /(?i)^(\[[^]]*\] )?error \(/
18+
error /(?i)^(\[[^]]*\] )?fail \[/
19+
error /(?i)^(\[[^]]*\] )?fail \(/
20+
error /zlib\.error: Error/

0 commit comments

Comments
 (0)