test and manpages follow-ups (#36924)

This commit is contained in:
Luca Boccassi
2025-04-01 13:52:14 +01:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@@ -1193,7 +1193,7 @@ manpages = [
['systemd.net-naming-scheme', '7', [], ''],
['systemd.netdev', '5', [], 'ENABLE_NETWORKD'],
['systemd.network', '5', [], 'ENABLE_NETWORKD'],
['systemd.nspawn', '5', [], ''],
['systemd.nspawn', '5', [], 'ENABLE_NSPAWN'],
['systemd.offline-updates', '7', [], ''],
['systemd.path', '5', [], ''],
['systemd.pcrlock', '5', ['systemd.pcrlock.d'], ''],

View File

@@ -6,7 +6,7 @@
]>
<!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
<refentry id="systemd.nspawn" xmlns:xi="http://www.w3.org/2001/XInclude">
<refentry id="systemd.nspawn" conditional="ENABLE_NSPAWN" xmlns:xi="http://www.w3.org/2001/XInclude">
<refentryinfo>
<title>systemd.nspawn</title>

View File

@@ -5,12 +5,12 @@ set -o pipefail
if ! command -v systemd-repart >/dev/null; then
echo "no systemd-repart"
return
exit 0
fi
if ! test -x /usr/lib/systemd/systemd-validatefs ; then
echo "no systemd-validatefs"
return
exit 0
fi
export SYSTEMD_LOG_LEVEL=debug