Преглед на файлове

Clarified the interprtation of test results in GMP.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8905 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs преди 16 години
родител
ревизия
98d78cff04
променени са 2 файла, в които са добавени 7 реда и са изтрити 2 реда
  1. 5 0
      chapter01/changelog.xml
  2. 2 2
      chapter06/gmp.xml

+ 5 - 0
chapter01/changelog.xml

@@ -40,6 +40,11 @@
     <listitem>
       <para>2009-05-23</para>
       <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Clarified the interprtation of test results
+          in GMP. Fixes
+          <ulink url="&lfs-ticket-root;2406">#2406</ulink>.</para>
+        </listitem>
         <listitem>
           <para>[bdubbs] - Removed redundencies in ncurses.  Thanks to Chris
           Staub. Fixes

+ 2 - 2
chapter06/gmp.xml

@@ -79,8 +79,8 @@
 
 <screen><userinput remap="test">make check 2>&amp;1 | tee gmp-check-log</userinput></screen>
 
-    <para>Ensure that all 139 tests in the test suite ran successfully by
-    issuing the following command:</para>
+    <para>Ensure that all 139 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>