Changeset 2c2d830 for LFS/lfs.xsl


Ignore:
Timestamp:
08/01/2007 06:09:08 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
bfd5171
Parents:
f940c29
Message:

LFS: Fixed a bug when running Bash testsuite.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/lfs.xsl

    rf940c29 r2c2d830  
    188188          <xsl:otherwise>
    189189            <xsl:if test="not(contains(string(),'check')) and
    190                           not(contains(string(),'tests'))">
     190                          not(contains(string(),'make tests'))">
    191191              <xsl:apply-templates/>
    192192              <xsl:text>&#xA;</xsl:text>
     
    212212            </xsl:if>
    213213            <!-- Bash -->
    214             <xsl:if test="contains(string(),'tests')">
     214            <xsl:if test="contains(string(),'make tests')">
    215215              <xsl:choose>
    216216                <xsl:when test="$bomb-testsuite = 'n'">
Note: See TracChangeset for help on using the changeset viewer.