r3430 - jhalfs/trunk/LFS
manuel at linuxfromscratch.org
manuel at linuxfromscratch.org
Wed Aug 1 12:09:08 MDT 2007
Author: manuel
Date: 2007-08-01 12:09:08 -0600 (Wed, 01 Aug 2007)
New Revision: 3430
Modified:
jhalfs/trunk/LFS/lfs.xsl
Log:
LFS: Fixed a bug when running Bash testsuite.
Modified: jhalfs/trunk/LFS/lfs.xsl
===================================================================
--- jhalfs/trunk/LFS/lfs.xsl 2007-07-29 12:06:35 UTC (rev 3429)
+++ jhalfs/trunk/LFS/lfs.xsl 2007-08-01 18:09:08 UTC (rev 3430)
@@ -187,7 +187,7 @@
<xsl:when test="$testsuite = '0' or $testsuite = '1'"/>
<xsl:otherwise>
<xsl:if test="not(contains(string(),'check')) and
- not(contains(string(),'tests'))">
+ not(contains(string(),'make tests'))">
<xsl:apply-templates/>
<xsl:text>
</xsl:text>
</xsl:if>
@@ -211,7 +211,7 @@
</xsl:choose>
</xsl:if>
<!-- Bash -->
- <xsl:if test="contains(string(),'tests')">
+ <xsl:if test="contains(string(),'make tests')">
<xsl:choose>
<xsl:when test="$bomb-testsuite = 'n'">
<xsl:value-of select="substring-before(string(),'tests')"/>
More information about the alfs-log
mailing list