ソースを参照

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

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9448 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 14 年 前
コミット
e5a8e1cf54
2 ファイル変更9 行追加1 行削除
  1. 5 0
      chapter01/changelog.xml
  2. 4 1
      chapter06/man-db.xml

+ 5 - 0
chapter01/changelog.xml

@@ -39,6 +39,11 @@
     <listitem>
       <para>2011-01-23</para>
       <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>
           <para>[matthew] Change password hashing from MD5 to SHA-512. Fixes
           <ulink url="&lfs-ticket-root;2814">#2814</ulink>.</para>

+ 4 - 1
chapter06/man-db.xml

@@ -82,7 +82,10 @@
 
    <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>