Changeset ecfa220 for HLFS/hlfs.xsl


Ignore:
Timestamp:
06/20/2007 07:15:40 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
249fa6a
Parents:
a4af9217
Message:

HLFS: Fixed Coccon sanity checks run.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HLFS/hlfs.xsl

    ra4af9217 recfa220  
    274274        </xsl:choose>
    275275      </xsl:when>
     276      <!-- Fixing Cocoon sanity checks  -->
     277      <xsl:when test="contains(string(),'./strcat-overflow')">
     278        <xsl:text>set +e&#xA;</xsl:text>
     279        <xsl:apply-templates/>
     280        <xsl:text>&#xA;set -e&#xA;</xsl:text>
     281      </xsl:when>
    276282      <!-- Fixing Butterfly sanity checks  -->
    277283      <xsl:when test="contains(string(),'./fortify-test')
Note: See TracChangeset for help on using the changeset viewer.