The systemd tests have to be run after install
This commit is contained in:
parent
bd0095150a
commit
f2e80acf4c
1 changed files with 6 additions and 4 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
Reference in a new issue