coreutils: Add -k for make check

Two tests are known to fail, so without -k a part of the test suite is
not executed.
This commit is contained in:
Xi Ruoyao 2024-05-09 14:52:44 +08:00
parent c5a1240233
commit 6dfdf03699
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -127,7 +127,8 @@ FORCE_UNSAFE_CONFIGURE=1 ./configure \
node for such a PTY cannot be accessed from the LFS chroot
environment):</para>
<screen><userinput remap="test">su tester -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes check" &lt; /dev/null</userinput></screen>
<screen><userinput remap="test">su tester -c "PATH=$PATH make -k RUN_EXPENSIVE_TESTS=yes check" \
&lt; /dev/null</userinput></screen>
<para>Remove the temporary group:</para>