From e5a8e1cf54005275ced6c9ebd4c57c0628e2c372 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sun, 23 Jan 2011 11:55:37 +0000 Subject: [PATCH] Ignore failing tests in Man-DB. Fixes #2823. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9448 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 5 +++++ chapter06/man-db.xml | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 1e3b05a71..1684d5240 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,11 @@ 2011-01-23 + + [matthew] Ignore failing tests in Man-DB as they're only due to + a change in Groff-1.21's warning output. Fixes + #2823. + [matthew] Change password hashing from MD5 to SHA-512. Fixes #2814. diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml index 393e3e2d3..28379a95e 100644 --- a/chapter06/man-db.xml +++ b/chapter06/man-db.xml @@ -82,7 +82,10 @@ To test the results, issue: -make check +make -k check + + Note that 2 tests are known to fail as they rely on warnings output + from Groff, which changed slightly in Groff-1.21. Install the package: