Changeset 4c36783 for LFS


Ignore:
Timestamp:
02/28/2022 01:11:30 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, trunk
Children:
0fa52f2
Parents:
7f25c70
Message:

oRemove legacy: do not run tests in temporary tools (2)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/lfs.xsl

    r7f25c70 r4c36783  
    2424  <!-- Run test suites?
    2525       0 = none
    26        1 = only chapter06 critical testsuites
    27        2 = all chapter06 testsuites
    28        3 = all chapter05 and chapter06 testsuites
     26       1 = only chapter08 critical testsuites
     27       2 (or more) = all chapter08 testsuites
    2928  -->
    3029  <xsl:param name="testsuite" select="1"/>
     
    325324        </xsl:otherwise>
    326325      </xsl:choose>
    327     </xsl:if>
    328     <xsl:if test="$testsuite='3' and
    329             ../@id='ch-tools-glibc' and
    330             @role='installation'">
    331       <xsl:copy-of select="//userinput[@remap='locale-test']"/>
    332       <xsl:text>&#xA;</xsl:text>
    333326    </xsl:if>
    334327    <xsl:if test="../@id='ch-system-glibc' and @role='installation'">
     
    11321125                          not(ancestor::sect1[@id='ch-system-gmp']) and
    11331126                          not(ancestor::sect1[@id='ch-system-mpfr']) and
    1134                           not(ancestor::sect1[@id='ch-system-binutils']) or
    1135                       $testsuite = '2' and
    1136                           ancestor::chapter[@id='chapter-temporary-tools']">
     1127                          not(ancestor::sect1[@id='ch-system-binutils'])">
    11371128          <xsl:text># </xsl:text>
    11381129        </xsl:if>
Note: See TracChangeset for help on using the changeset viewer.