hydra: refine error marking

This commit is contained in:
Rob Vermaas 2011-01-12 08:48:25 +00:00
parent 31edd973c6
commit 7e69512701

View file

@ -13,8 +13,9 @@
<xsl:if test="contains(text(), ' *** ') or
contains(text(), 'LaTeX Error') or
contains(text(), 'BUILD FAILED') or
contains(text(), 'FAIL:') or
starts-with(text(), 'FAIL:') or
contains(text(), 'FAILURE') or
contains(text(), '[ERROR]') or
contains(text(), ' error: ') or
true">
<xsl:attribute name="error"></xsl:attribute>