diff options
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter06/gmp.xml | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index bfdfcca63..7fc1b90ac 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,11 @@ <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 <ulink url="&lfs-ticket-root;2403">#2403</ulink>.</para> diff --git a/chapter06/gmp.xml b/chapter06/gmp.xml index e693bf57a..009417815 100644 --- a/chapter06/gmp.xml +++ b/chapter06/gmp.xml @@ -79,8 +79,8 @@ <screen><userinput remap="test">make check 2>&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> |