Changeset e40a68e


Ignore:
Timestamp:
02/20/2013 08:26:35 AM (11 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, new_features, trunk
Children:
80ee2ff
Parents:
4f700a9
Message:

Fix the procps-ng check instructions so that the result is logged into
$TEST_LOG

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/lfs.xsl

    r4f700a9 re40a68e  
    312312                    <xsl:text>&gt;&gt; $TEST_LOG 2&gt;&amp;1 || true&#xA;</xsl:text>
    313313                  </xsl:when>
     314                  <!-- special case for procps-ng -->
     315                  <xsl:when test="contains(string(), 'pushd')">
     316                    <xsl:text>{ </xsl:text>
     317                    <xsl:apply-templates/>
     318                    <xsl:text>; } &gt;&gt; $TEST_LOG 2&gt;&amp;1 || true&#xA;</xsl:text>
     319                  </xsl:when>
    314320                  <xsl:when test="contains(string(), 'make -k')">
    315321                    <xsl:apply-templates/>
     
    340346                    <xsl:text>&gt;&gt; $TEST_LOG 2&gt;&amp;1 || true&#xA;</xsl:text>
    341347                  </xsl:when>
     348                  <!-- special case for gmp -->
    342349                  <xsl:when test="contains(string(), 'tee gmp-check-log')">
    343350                    <xsl:text>(</xsl:text>
    344351                    <xsl:apply-templates/>
    345352                    <xsl:text>&gt;&gt; $TEST_LOG 2&gt;&amp;1 &amp;&amp; exit $PIPESTATUS)&#xA;</xsl:text>
     353                  </xsl:when>
     354                  <!-- special case for procps-ng -->
     355                  <xsl:when test="contains(string(), 'pushd')">
     356                    <xsl:text>{ </xsl:text>
     357                    <xsl:apply-templates/>
     358                    <xsl:text>; } &gt;&gt; $TEST_LOG 2&gt;&amp;1&#xA;</xsl:text>
    346359                  </xsl:when>
    347360                  <xsl:when test="contains(string(), 'make -k')">
Note: See TracChangeset for help on using the changeset viewer.