Changeset 36e408e


Ignore:
Timestamp:
08/01/2007 06:10:13 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3.x
Children:
2780e47
Parents:
a7ed55d
Message:

Ported r3430 from trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/lfs.xsl

    ra7ed55d r36e408e  
    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.