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
|
<xsl:if test="contains(text(), ' *** ') or
|
||||||
contains(text(), 'LaTeX Error') or
|
contains(text(), 'LaTeX Error') or
|
||||||
contains(text(), 'FAIL:') or
|
contains(text(), 'FAIL:') or
|
||||||
|
contains(text(), 'FAILURE') or
|
||||||
contains(text(), ' error: ') or
|
contains(text(), ' error: ') or
|
||||||
true">
|
true">
|
||||||
<xsl:attribute name="error"></xsl:attribute>
|
<xsl:attribute name="error"></xsl:attribute>
|
||||||
|
|
Loading…
Reference in a new issue