Changeset f663589 for LFS


Ignore:
Timestamp:
02/10/2012 11:20:51 AM (12 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
9225661
Parents:
b339c94
Message:

Uses PIPESTATUS to test
the exit of make check during gmp tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/lfs.xsl

    rb339c94 rf663589  
    340340                    <xsl:text>&gt;&gt; $TEST_LOG 2&gt;&amp;1 || true&#xA;</xsl:text>
    341341                  </xsl:when>
     342                  <xsl:when test="contains(string(), 'tee gmp-check-log')">
     343                    <xsl:text>(</xsl:text>
     344                    <xsl:apply-templates/>
     345                    <xsl:text>&gt;&gt; $TEST_LOG 2&gt;&amp;1 &amp;&amp; exit $PIPESTATUS)&#xA;</xsl:text>
     346                  </xsl:when>
    342347                  <xsl:when test="contains(string(), 'make -k')">
    343348                    <xsl:apply-templates/>
Note: See TracChangeset for help on using the changeset viewer.