Changeset 3430
- Timestamp:
- 08/01/07 12:09:08 (1 year ago)
- Files:
-
- jhalfs/trunk/LFS/lfs.xsl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
jhalfs/trunk/LFS/lfs.xsl
r3348 r3430 188 188 <xsl:otherwise> 189 189 <xsl:if test="not(contains(string(),'check')) and 190 not(contains(string(),' tests'))">190 not(contains(string(),'make tests'))"> 191 191 <xsl:apply-templates/> 192 192 <xsl:text>
</xsl:text> … … 212 212 </xsl:if> 213 213 <!-- Bash --> 214 <xsl:if test="contains(string(),' tests')">214 <xsl:if test="contains(string(),'make tests')"> 215 215 <xsl:choose> 216 216 <xsl:when test="$bomb-testsuite = 'n'">
