systemd: Enable test suite (again)

With systemd-255, I get only 1 failure out of 1206.  Thus it seems a
good idea to run the test suite.

We can always revert if something bad happens.
This commit is contained in:
Xi Ruoyao 2024-05-03 13:39:48 +08:00
parent a9cbf6ff0c
commit 1e7341fd35
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -226,6 +226,18 @@ meson setup \
<screen><userinput remap="make">ninja</userinput></screen>
<para>Some tests need a basic <filename>/etc/os-release</filename> file.
To test the results, issue:</para>
<screen><userinput remap="test">echo 'NAME="Linux From Scratch"' &gt; /etc/os-release
ninja test</userinput></screen>
<!-- This test needs /run/systemd/inaccessible/sock, which only exists
after initializing the system with systemd. -->
<para>One test named <literal>systemd:core / test-namespace</literal>
is known to fail in the LFS chroot environment. Some other tests may
fail because they depend on various kernel configuration options.</para>
<para>Install the package:</para>
<screen><userinput remap="install">ninja install</userinput></screen>