Fix for glibc test, forgot to add this in previous commit.
This commit is contained in:
parent
7072e1faf4
commit
2c9a16bcca
1 changed files with 5 additions and 1 deletions
|
@ -311,8 +311,12 @@ exit
|
||||||
<xsl:when test="contains(string(), 'glibc-check-log')">
|
<xsl:when test="contains(string(), 'glibc-check-log')">
|
||||||
<xsl:value-of
|
<xsl:value-of
|
||||||
select="substring-before(string(),'2>&1')"/>
|
select="substring-before(string(),'2>&1')"/>
|
||||||
<xsl:text>>> $TEST_LOG 2>&1 
</xsl:text>
|
<xsl:text>>> $TEST_LOG 2>&1 || true
</xsl:text>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
|
<xsl:when test="contains(string(), 'make -k')">
|
||||||
|
<xsl:apply-templates/>
|
||||||
|
<xsl:text> >> $TEST_LOG 2>&1 || true
</xsl:text>
|
||||||
|
</xsl:when>
|
||||||
<xsl:otherwise>
|
<xsl:otherwise>
|
||||||
<xsl:apply-templates/>
|
<xsl:apply-templates/>
|
||||||
<xsl:if test="not(contains(string(), '>>'))">
|
<xsl:if test="not(contains(string(), '>>'))">
|
||||||
|
|
Reference in a new issue