Changeset f2e80ac


Ignore:
Timestamp:
02/07/2015 09:43:13 PM (9 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, new_features, trunk
Children:
d607ac3
Parents:
bd00951
Message:

The systemd tests have to be run after install

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/lfs.xsl

    rbd00951 rf2e80ac  
    155155                             @remap = 'make' or
    156156                             @remap = 'test' and
    157                              not(current()/../@id='ch-tools-dejagnu')]"/>
     157                             not(current()/../@id='ch-tools-dejagnu') and
     158                             not(current()/../@id='ch-system-systemd')]"/>
    158159    <xsl:if
    159160         test="ancestor::chapter[@id != 'chapter-temporary-tools'] and
     
    255256                 @role != 'nodump'
    256257                        ]/userinput[
    257                           not(@remap) or
    258                           @remap='adjust' or
    259                           @remap='test' and current()/../@id='ch-tools-dejagnu'
     258                       not(@remap) or
     259                       @remap='adjust' or
     260                       @remap='test' and current()/../@id='ch-tools-dejagnu' or
     261                       @remap='test' and current()/../@id='ch-system-systemd'
    260262                                   ]"/>
    261263  </xsl:template>
Note: See TracChangeset for help on using the changeset viewer.