Author: matthew
Date: 2010-01-31 13:34:21 -0700 (Sun, 31 Jan 2010)
New Revision: 9173

Modified:
   trunk/BOOK/chapter06/gmp.xml
Log:
Correct the number of tests that should pass in the GMP testsuite. Fixes #2564.

Modified: trunk/BOOK/chapter06/gmp.xml
===================================================================
--- trunk/BOOK/chapter06/gmp.xml        2010-01-31 20:26:28 UTC (rev 9172)
+++ trunk/BOOK/chapter06/gmp.xml        2010-01-31 20:34:21 UTC (rev 9173)
@@ -86,7 +86,7 @@
 
 <screen><userinput remap="test">make check 2>&amp;1 | tee 
gmp-check-log</userinput></screen>
 
-    <para>Ensure that all 143 tests in the test suite passed.  
+    <para>Ensure that all 162 tests in the test suite passed.  
     Check the results by issuing the following command:</para>
 
 <screen><userinput remap="test">awk '/tests passed/{total+=$2} ; END{print 
total}' gmp-check-log</userinput></screen>

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to