diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-05-26 20:50:29 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-05-26 20:50:29 +0000 |
commit | 921fcd3e40a1ff0be3fc9b2000ef163188bb4e6b (patch) | |
tree | f81b5ca626c3f703aea00044f5fc714b8bb6f080 /chapter06/grep.xml | |
parent | 536ce32ba3371722ce9c47f3fe394b33f7e703a4 (diff) |
Update Grep testsuite result explanation. Fixes #2418.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8926 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/grep.xml')
-rw-r--r-- | chapter06/grep.xml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/chapter06/grep.xml b/chapter06/grep.xml index 977970899..d4e17ba5d 100644 --- a/chapter06/grep.xml +++ b/chapter06/grep.xml @@ -75,12 +75,11 @@ <screen><userinput remap="test">make check || true</userinput></screen> - <para>There are known test failures in the <command>foad1.sh</command> and - <command>fmbtest.sh</command> tests. The "|| true" construct is - used to avoid build automated build scripts failing due to the test failures. - A good run will show 2 failures from 14 tests, but if you look at the - output you will see in excess of forty individual tests which failed - these - are all in the new tests added since the previous version.</para> + <para>There are known test failures in the <command>fmbtest.sh</command> + tests. The "|| true" construct is + used to avoid automated build scripts failing due to the test failures. + A good run will show 1 failure from 14 tests, although the test failure + will detail 2 failed sub-tests.</para> <para>Install the package:</para> |