Changeset c355ad1


Ignore:
Timestamp:
09/28/2005 08:42:53 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
0.2, 1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
44f88e3
Parents:
db9cec6
Message:

Better handled the dump of testsuites commands.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dump-commands.xsl

    rdb9cec6 rc355ad1  
    6767
    6868  <xsl:template match="para/userinput">
    69     <xsl:if test="$testsuite = '0'">
     69    <xsl:if test="$testsuite = '0' and (contains(string(),'test') or
     70        contains(string(),'check'))">
    7071      <xsl:apply-templates/>
    7172      <xsl:text> &amp;&amp;&#xA;</xsl:text>
Note: See TracChangeset for help on using the changeset viewer.