From 6dfdf036991e21053d6b8c6e8e13ea670059f688 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Thu, 9 May 2024 14:52:44 +0800 Subject: [PATCH] coreutils: Add -k for make check Two tests are known to fail, so without -k a part of the test suite is not executed. --- chapter08/coreutils.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chapter08/coreutils.xml b/chapter08/coreutils.xml index 1f935809b..ca02058b5 100644 --- a/chapter08/coreutils.xml +++ b/chapter08/coreutils.xml @@ -127,7 +127,8 @@ FORCE_UNSAFE_CONFIGURE=1 ./configure \ node for such a PTY cannot be accessed from the LFS chroot environment): -su tester -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes check" < /dev/null +su tester -c "PATH=$PATH make -k RUN_EXPENSIVE_TESTS=yes check" \ + < /dev/null Remove the temporary group: