HLFS: There is no testing-gcc section.

This commit is contained in:
Manuel Canales Esparcia 2006-12-08 12:03:08 +00:00
parent ff43bb8088
commit 85077e7f77

View file

@ -233,7 +233,7 @@
</xsl:otherwise> </xsl:otherwise>
</xsl:choose> </xsl:choose>
</xsl:when> </xsl:when>
<!-- Fixing butterfly toolchain test suites run --> <!-- Fixing butterfly toolchain and other packages test suites run -->
<xsl:when test="string() = 'make -k check' <xsl:when test="string() = 'make -k check'
or string() = 'make check' or string() = 'make check'
or string() = 'make tests'"> or string() = 'make tests'">
@ -267,9 +267,7 @@
</xsl:choose> </xsl:choose>
</xsl:when> </xsl:when>
<!-- Don't stop on strip run --> <!-- Don't stop on strip run -->
<xsl:when test="contains(string(),'strip ') or <xsl:when test="contains(string(),'strip ')">
ancestor::sect2[@id='testing-gcc'] and
not(contains(string(),'EOF'))">
<xsl:apply-templates/> <xsl:apply-templates/>
<xsl:text> || true&#xA;</xsl:text> <xsl:text> || true&#xA;</xsl:text>
</xsl:when> </xsl:when>