[lfs] 02/02: gmp: Fix test count.
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch multilib in repository lfs. commit 514fa17902f2871b1146fdacf460319202ad6cbb Author: Zeckmathederg <[email protected]> AuthorDate: Mon Oct 13 10:06:52 2025 -0600 gmp: Fix test count. This issue of mismatched test count for other installations of architectures that are not part of the normal installation probably exists in several XML files throughout the book due to how merges were done in this branch. This was reported by Visceral on Discord. Though I am unsure if I should make a point to go through another pass and make each arch section fall in line with the normal sections. An alternative is killing the tests for the other architectures. This is something I've done in GLFS to reduce maintainence burden. But the goal for many users following this book is to simply get a working system with capabilities that allow it to run 32-bit software, no hassle. Tests are thus very important. Another issue is that the amount of tests can and will differ for different architectures which I'm pretty sure is not actually considered presently. I haven't ran tests in the past but it will probably be a good idea to start doing it, or cut the losses. I'll be thinking on this. --- chapter08/gmp.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter08/gmp.xml b/chapter08/gmp.xml index a04ce11f7..dad51d090 100644 --- a/chapter08/gmp.xml +++ b/chapter08/gmp.xml @@ -187,7 +187,7 @@ make</userinput></screen> <screen><userinput remap="test">make check 2>&1 | tee gmp-check-log</userinput></screen> - <para>Ensure that all 197 tests in the test suite passed. + <para>Ensure that all 199 tests in the test suite passed. Check the results by issuing the following command:</para> <screen><userinput remap="test">awk '/# PASS:/{total+=$3} ; END{print total}' gmp-check-log</userinput></screen> @@ -245,7 +245,7 @@ make</userinput></screen> <screen><userinput remap="test">make check 2>&1 | tee gmp-check-log</userinput></screen> - <para>Ensure that all 197 tests in the test suite passed. + <para>Ensure that all 199 tests in the test suite passed. Check the results by issuing the following command:</para> <screen><userinput remap="test">awk '/# PASS:/{total+=$3} ; END{print total}' gmp-check-log</userinput></screen> -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/lfs-book Unsubscribe: See the above information page