mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Work around a util-linux that can hang the tests.
If CONFIG_USER_NS or CONFIG_PID_NS are not set in the kernel, the tests will hang forever. To work around the problem, delete one test.
This commit is contained in:
parent
c519d4560a
commit
176404f5e2
@ -95,6 +95,13 @@
|
||||
<screen role="nodump"><userinput>bash tests/run.sh --srcdir=$PWD --builddir=$PWD</userinput></screen>
|
||||
</warning>
|
||||
|
||||
<note><para>There is one test that depends on the configuration of the kernel.
|
||||
If CONFIG_USER_NS or CONFIG_PID_NS are not set, the tests will hang forever.
|
||||
To work around the problem, delete one test:</para>
|
||||
|
||||
<screen><userinput remap="test">rm tests/ts/lsns/ioctl_ns</userinput></screen>
|
||||
</note>
|
||||
|
||||
<screen><userinput remap="test">chown -Rv tester .
|
||||
su tester -c "make -k check"</userinput></screen>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user