Changeset 4c36783


Ignore:
Timestamp:
02/28/2022 01:11:30 PM (3 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)

Files:
2 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>
  • jhalfs

    r7f25c70 r4c36783  
    437437# But the LFS book is needed for BLFS tools.
    438438  get_book
    439 # At this point, we should have a way to know whether we have a cross
    440 # or regular book... In case of cross, prohibite TEST=3
    441 # the position of gcc-pass2 (chapter 6 or 5) tells us (not valid for
    442 # cross-chap5 branch).
    443   if (( TEST == 3 )) && \
    444      [ -f "$BOOK/chapter06/gcc-pass2.xml" ]; then
    445         TEST=2
    446   fi
    447439  extract_commands
    448440  echo "${SD_BORDER}${nl_}"
Note: See TracChangeset for help on using the changeset viewer.