mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
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:
parent
c5a1240233
commit
6dfdf03699
@ -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" < /dev/null</userinput></screen>
|
||||
<screen><userinput remap="test">su tester -c "PATH=$PATH make -k RUN_EXPENSIVE_TESTS=yes check" \
|
||||
< /dev/null</userinput></screen>
|
||||
|
||||
<para>Remove the temporary group:</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user