The systemd tests have to be run after install

This commit is contained in:
Pierre Labastie 2015-02-07 21:43:13 +00:00
parent bd0095150a
commit f2e80acf4c

View file

@ -154,7 +154,8 @@
@remap = 'configure' or @remap = 'configure' or
@remap = 'make' or @remap = 'make' or
@remap = 'test' and @remap = 'test' and
not(current()/../@id='ch-tools-dejagnu')]"/> not(current()/../@id='ch-tools-dejagnu') and
not(current()/../@id='ch-system-systemd')]"/>
<xsl:if <xsl:if
test="ancestor::chapter[@id != 'chapter-temporary-tools'] and test="ancestor::chapter[@id != 'chapter-temporary-tools'] and
$pkgmngt = 'y' and $pkgmngt = 'y' and
@ -256,7 +257,8 @@ fi
]/userinput[ ]/userinput[
not(@remap) or not(@remap) or
@remap='adjust' or @remap='adjust' or
@remap='test' and current()/../@id='ch-tools-dejagnu' @remap='test' and current()/../@id='ch-tools-dejagnu' or
@remap='test' and current()/../@id='ch-system-systemd'
]"/> ]"/>
</xsl:template> </xsl:template>