diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-08-04 20:14:32 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-08-04 20:14:32 +0000 |
commit | ba82c18266bee10819e8a3cc2e8db8aaac6e1ff3 (patch) | |
tree | f34442fc9441fa966c7a56b7ca8e9d33c4a90e54 /chapter08/procps.xml | |
parent | 17ca5488d27f8e05df3740ba4018082e70adb223 (diff) |
Update to gettext-0.21.
Update to binutils-2.35.
Update to gcc-10.2.0.
Update to check-0.15.1.
Update to bison-3.7.1.
Update to util-linux 2.36.0.
Update to libcap-2.42.
Update to linux-5.7.12.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12007 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/procps.xml')
-rw-r--r-- | chapter08/procps.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chapter08/procps.xml b/chapter08/procps.xml index b09f0f69d..90648638c 100644 --- a/chapter08/procps.xml +++ b/chapter08/procps.xml @@ -72,7 +72,7 @@ <para>Compile the package:</para> <screen><userinput remap="make">make</userinput></screen> - +<!-- <para>The test suite needs some custom modifications for LFS. Remove a test that fails when scripting does not use a tty device and fix two others. @@ -82,6 +82,10 @@ sed -i '/set tty/d' testsuite/pkill.test/pkill.exp rm testsuite/pgrep.test/pgrep.exp make check</userinput></screen> +--> + <para> To run the test suite, run:</para> + +<screen><userinput remap="test">make check</userinput></screen> <para>Install the package:</para> |