Author: pierre
Date: Sat Feb  7 13:43:13 2015
New Revision: 3820

Log:
The systemd tests have to be run after install

Modified:
   jhalfs/trunk/LFS/lfs.xsl

Modified: jhalfs/trunk/LFS/lfs.xsl
==============================================================================
--- jhalfs/trunk/LFS/lfs.xsl    Sun Jan 18 08:58:24 2015        (r3819)
+++ jhalfs/trunk/LFS/lfs.xsl    Sat Feb  7 13:43:13 2015        (r3820)
@@ -154,7 +154,8 @@
                              @remap = 'configure' or
                              @remap = 'make' or
                              @remap = 'test' and
-                             not(current()/../@id='ch-tools-dejagnu')]"/>
+                             not(current()/../@id='ch-tools-dejagnu') and
+                             not(current()/../@id='ch-system-systemd')]"/>
     <xsl:if
          test="ancestor::chapter[@id != 'chapter-temporary-tools'] and
                $pkgmngt = 'y' and
@@ -254,9 +255,10 @@
                  not(@role) or
                  @role != 'nodump'
                         ]/userinput[
-                          not(@remap) or
-                          @remap='adjust' or
-                          @remap='test' and current()/../@id='ch-tools-dejagnu'
+                       not(@remap) or
+                       @remap='adjust' or
+                       @remap='test' and current()/../@id='ch-tools-dejagnu' or
+                       @remap='test' and current()/../@id='ch-system-systemd'
                                    ]"/>
   </xsl:template>
 
-- 
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page

Reply via email to