diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-05-28 00:17:45 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-05-28 00:17:45 +0000 |
commit | f8736105d907eb938c36322bf56a576945b8bf41 (patch) | |
tree | 880f8b984d22018e472a4d5c97323a5eee68e1c9 /chapter06/gmp.xml | |
parent | 4e7e16d690f171637017a6d7219d89f9670cc8cb (diff) |
Package updates
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10287 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gmp.xml')
-rw-r--r-- | chapter06/gmp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/gmp.xml b/chapter06/gmp.xml index 05cfa91a8..17dfe8677 100644 --- a/chapter06/gmp.xml +++ b/chapter06/gmp.xml @@ -79,7 +79,7 @@ <screen><userinput remap="test">make check 2>&1 | tee gmp-check-log</userinput></screen> - <para>Ensure that all 184 tests in the test suite passed. + <para>Ensure that all 185 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> |