1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 18:26:01 +02:00

Make failure more visible.

This commit is contained in:
Doug Schaefer 2004-01-14 22:03:23 +00:00
parent 828dff9194
commit db794992cb

View file

@ -52,6 +52,9 @@
<td><xsl:value-of select="format-number(@time, '0.000')"/></td>
<td>
<xsl:value-of select="../@name"/><br></br>::<xsl:value-of select="@name"/>
<xsl:if test="@result != 'pass'">
<br></br><font color="red">**<xsl:value-of select="text()"/></font>
</xsl:if>
</td>
</tr>
</xsl:template>