Partially revert "man-db: Update known test failures, again"

This partially reverts commit 1053282e5f.

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.
This commit is contained in:
Xi Ruoyao 2023-07-21 21:08:09 +08:00
parent ca0bd6d56c
commit e9619f650f
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -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>