Changeset 92568bf


Ignore:
Timestamp:
10/08/2005 10:35:21 AM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
0.2, 1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
1f025ca
Parents:
af47a19
Message:

Fixed a bug when no test suites will be run.
Fixed the extension for harcoded package names.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dump-lfs-scripts.xsl

    raf47a19 r92568bf  
    9393  <xsl:template match="userinput" mode="screen">
    9494    <xsl:choose>
     95      <xsl:when test="contains(string(),'tar.gz')">
     96        <xsl:value-of select="substring-before(string(),'tar.gz')"/>
     97        <xsl:text>tar.bz2</xsl:text>
     98        <xsl:value-of select="substring-after(string(),'tar.gz')"/>
     99        <xsl:text> &amp;&amp;&#xA;</xsl:text>
     100      </xsl:when>
    95101      <xsl:when test="$testsuite = '0' and
    96102                ancestor::sect1[@id='ch-system-coreutils'] and
     
    108114      </xsl:when>
    109115      <xsl:when test="contains(string(),'glibc-check-log') or
    110                 contains(string(),'test_summary')">
     116                contains(string(),'test_summary') or
     117                contains(string(),'expect -c')">
    111118        <xsl:choose>
    112119          <xsl:when test="$toolchaintest = '0'"/>
Note: See TracChangeset for help on using the changeset viewer.