From c6f365edb3ea4c160544095061d56675fabebd92 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Wed, 12 Dec 2012 18:47:49 +0000 Subject: Remove the '-k' parameter to Flex's testsuite invocation as all of its test pass. Fixes #3244. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10062 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 5 +++++ chapter06/flex.xml | 5 +---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ae4f0fd1e..0d3158a8c 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,11 @@ 2012-12-12 + + [matthew] - All of Flex's tests pass, so remove the + "-k" option to its testsuite invocation. Fixes + #3244. + [matthew] - Upgrade to E2fsprogs-1.42.6. Fixes #3243. diff --git a/chapter06/flex.xml b/chapter06/flex.xml index bf424fe04..8f97a7c9d 100644 --- a/chapter06/flex.xml +++ b/chapter06/flex.xml @@ -56,10 +56,7 @@ To test the results (about 0.5 SBU), issue: -make -k check - - There are two tests that fail due to incompatibilities - with the most recent version of bison. +make check Install the package: -- cgit v1.2.3-54-g00ecf