Ignore failing tests in Man-DB. Fixes #2823.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9448 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2011-01-23 11:55:37 +00:00
parent 81313bf207
commit e5a8e1cf54
2 changed files with 9 additions and 1 deletions

View File

@ -39,6 +39,11 @@
<listitem> <listitem>
<para>2011-01-23</para> <para>2011-01-23</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[matthew] Ignore failing tests in Man-DB as they're only due to
a change in Groff-1.21's warning output. Fixes
<ulink url="&lfs-ticket-root;2823">#2823</ulink>.</para>
</listitem>
<listitem> <listitem>
<para>[matthew] Change password hashing from MD5 to SHA-512. Fixes <para>[matthew] Change password hashing from MD5 to SHA-512. Fixes
<ulink url="&lfs-ticket-root;2814">#2814</ulink>.</para> <ulink url="&lfs-ticket-root;2814">#2814</ulink>.</para>

View File

@ -82,7 +82,10 @@
<para>To test the results, issue:</para> <para>To test the results, issue:</para>
<screen><userinput remap="test">make check</userinput></screen> <screen><userinput remap="test">make -k check</userinput></screen>
<para>Note that 2 tests are known to fail as they rely on warnings output
from Groff, which changed slightly in Groff-1.21.</para>
<para>Install the package:</para> <para>Install the package:</para>