mark lines with FAILURE as error
This commit is contained in:
parent
e1487ea7df
commit
993dcd9348
|
@ -13,6 +13,7 @@
|
|||
<xsl:if test="contains(text(), ' *** ') or
|
||||
contains(text(), 'LaTeX Error') or
|
||||
contains(text(), 'FAIL:') or
|
||||
contains(text(), 'FAILURE') or
|
||||
contains(text(), ' error: ') or
|
||||
true">
|
||||
<xsl:attribute name="error"></xsl:attribute>
|
||||
|
|
Loading…
Reference in a new issue