diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-07-21 21:08:09 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-07-21 21:10:47 +0800 |
commit | e9619f650fc142ac74d5cdbf0b5c23000c1d949e (patch) | |
tree | 4ca1441055535d2f3ead21a81e728f8c2df7cf27 /chapter08/man-db.xml | |
parent | ca0bd6d56cbc1787d571366061a859fe3f8e2f90 (diff) |
Partially revert "man-db: Update known test failures, again"
This partially reverts commit 1053282e5f0a6e7bba9605676b650d46db6ffaf4.
There is actually only one test suite in LFS build even with -k, but on
my complete system there are many test failures with "-k". I guess some
tests depend on non-LFS packages.
The text change is reverted, but the command change is preserved as
generally we should use -k for any make check command known to fail.
Diffstat (limited to 'chapter08/man-db.xml')
-rw-r--r-- | chapter08/man-db.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/chapter08/man-db.xml b/chapter08/man-db.xml index 498274f51..88c811d33 100644 --- a/chapter08/man-db.xml +++ b/chapter08/man-db.xml @@ -111,12 +111,14 @@ <screen><userinput remap="make">make</userinput></screen> - <!-- https://gitlab.com/man-db/man-db/-/issues/25 --> - <para>Many tests are known to fail with groff-1.23.0 or later. If - you still want to test the results anyway, issue:</para> + <para>To test the results, issue:</para> <screen><userinput remap="test">make -k check</userinput></screen> + <!-- https://gitlab.com/man-db/man-db/-/issues/25 --> + <para>One test named <filename>man1/lexgrog.1</filename> is known + to fail.</para> + <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> |