mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 02:36:01 +02:00
Make failure more visible.
This commit is contained in:
parent
828dff9194
commit
db794992cb
1 changed files with 3 additions and 0 deletions
|
@ -52,6 +52,9 @@
|
||||||
<td><xsl:value-of select="format-number(@time, '0.000')"/></td>
|
<td><xsl:value-of select="format-number(@time, '0.000')"/></td>
|
||||||
<td>
|
<td>
|
||||||
<xsl:value-of select="../@name"/><br></br>::<xsl:value-of select="@name"/>
|
<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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
Loading…
Add table
Reference in a new issue