Changeset 1e7341fd


Ignore:
Timestamp:
05/03/2024 05:39:48 AM (2 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
multilib, trunk, xry111/arm64, xry111/loongarch
Children:
f65f3b99
Parents:
a9cbf6ff
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/systemd.xml

    ra9cbf6ff r1e7341fd  
    226226
    227227<screen><userinput remap="make">ninja</userinput></screen>
     228
     229    <para>Some tests need a basic <filename>/etc/os-release</filename> file.
     230    To test the results, issue:</para>
     231
     232<screen><userinput remap="test">echo 'NAME="Linux From Scratch"' &gt; /etc/os-release
     233ninja test</userinput></screen>
     234
     235    <!-- This test needs /run/systemd/inaccessible/sock, which only exists
     236         after initializing the system with systemd.  -->
     237    <para>One test named <literal>systemd:core / test-namespace</literal>
     238    is known to fail in the LFS chroot environment.  Some other tests may
     239    fail because they depend on various kernel configuration options.</para>
    228240
    229241    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.