diff options
author | Krejzi <krejzi@linuxfromscratch.org> | 2014-06-29 15:50:10 +0000 |
---|---|---|
committer | Krejzi <krejzi@linuxfromscratch.org> | 2014-06-29 15:50:10 +0000 |
commit | 6659d8a8edf91931dd5a44692a02adbb905f2aa9 (patch) | |
tree | 2c1ae1265f8dccf9496a46a8e83637eab0489f95 /chapter06 | |
parent | 39507e93369d529fbd021946ddc8bd26269a6101 (diff) |
Update gmp tests number.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10599 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-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 2fa742a9b..f10c283b5 100644 --- a/chapter06/gmp.xml +++ b/chapter06/gmp.xml @@ -89,7 +89,7 @@ make html</userinput></screen> <screen><userinput remap="test">make check 2>&1 | tee gmp-check-log</userinput></screen> - <para>Ensure that all 185 tests in the test suite passed. + <para>Ensure that all 188 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> |