Uses PIPESTATUS to test
the exit of make check during gmp tests
This commit is contained in:
parent
b339c942c1
commit
f663589856
1 changed files with 5 additions and 0 deletions
|
@ -339,6 +339,11 @@ exit
|
||||||
select="substring-before(string(),'2>&1')"/>
|
select="substring-before(string(),'2>&1')"/>
|
||||||
<xsl:text>>> $TEST_LOG 2>&1 || true
</xsl:text>
|
<xsl:text>>> $TEST_LOG 2>&1 || true
</xsl:text>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
|
<xsl:when test="contains(string(), 'tee gmp-check-log')">
|
||||||
|
<xsl:text>(</xsl:text>
|
||||||
|
<xsl:apply-templates/>
|
||||||
|
<xsl:text>>> $TEST_LOG 2>&1 && exit $PIPESTATUS)
</xsl:text>
|
||||||
|
</xsl:when>
|
||||||
<xsl:when test="contains(string(), 'make -k')">
|
<xsl:when test="contains(string(), 'make -k')">
|
||||||
<xsl:apply-templates/>
|
<xsl:apply-templates/>
|
||||||
<xsl:text> >> $TEST_LOG 2>&1 || true
</xsl:text>
|
<xsl:text> >> $TEST_LOG 2>&1 || true
</xsl:text>
|
||||||
|
|
Reference in a new issue