Changeset 2c9a16b for LFS


Ignore:
Timestamp:
02/01/2012 11:36:34 PM (13 years ago)
Author:
Thomas Pegg <thomasp@…>
Branches:
2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
b533b78
Parents:
7072e1f
Message:

Fix for glibc test, forgot to add this in previous commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/lfs.xsl

    r7072e1f r2c9a16b  
    312312                    <xsl:value-of
    313313                       select="substring-before(string(),'2&gt;&amp;1')"/>
    314                     <xsl:text>&gt;&gt; $TEST_LOG 2&gt;&amp;1 &#xA;</xsl:text>
     314                    <xsl:text>&gt;&gt; $TEST_LOG 2&gt;&amp;1 || true&#xA;</xsl:text>
    315315                  </xsl:when>
     316                  <xsl:when test="contains(string(), 'make -k')">
     317                    <xsl:apply-templates/>
     318                    <xsl:text> &gt;&gt; $TEST_LOG 2&gt;&amp;1 || true&#xA;</xsl:text>
     319                  </xsl:when>
    316320                  <xsl:otherwise>
    317321                    <xsl:apply-templates/>
Note: See TracChangeset for help on using the changeset viewer.