HLFS: There is no testing-gcc section.
This commit is contained in:
parent
ff43bb8088
commit
85077e7f77
1 changed files with 2 additions and 4 deletions
|
@ -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
</xsl:text>
|
<xsl:text> || true
</xsl:text>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
|
|
Reference in a new issue