forked from lix-project/hydra
hydra: refine error marking
This commit is contained in:
parent
31edd973c6
commit
7e69512701
|
@ -13,8 +13,9 @@
|
||||||
<xsl:if test="contains(text(), ' *** ') or
|
<xsl:if test="contains(text(), ' *** ') or
|
||||||
contains(text(), 'LaTeX Error') or
|
contains(text(), 'LaTeX Error') or
|
||||||
contains(text(), 'BUILD FAILED') or
|
contains(text(), 'BUILD FAILED') or
|
||||||
contains(text(), 'FAIL:') or
|
starts-with(text(), 'FAIL:') or
|
||||||
contains(text(), 'FAILURE') or
|
contains(text(), 'FAILURE') or
|
||||||
|
contains(text(), '[ERROR]') 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