diff options
author | David Bryant <davidbryant@gvtc.com> | 2022-12-13 10:50:11 -0600 |
---|---|---|
committer | David Bryant <davidbryant@gvtc.com> | 2022-12-13 10:50:11 -0600 |
commit | 769977307109e0d138077ee573a29b7b12952a08 (patch) | |
tree | ec597da406b35eb5ef278a8aa8b640342af5f1bf /chapter08 | |
parent | 4ecb5ada8e1cde0bb88abb95437b37161aa43832 (diff) |
Test suite is two words. Added the definite article where idiomatic.
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/binutils.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml index 28d44a9a0..f2061d5b8 100644 --- a/chapter08/binutils.xml +++ b/chapter08/binutils.xml @@ -175,10 +175,10 @@ cd build</userinput></screen> The test named <filename>ar with versioned solib</filename> is also known to fail. <!-- https://sourceware.org/bugzilla/show_bug.cgi?id=29107 --> - Because of a race between the gas testsuite and the gprofng testsuite, + Because of a race between the gas test suite and the gprofng test suite, some gas tests may fail if parallel jobs are used. If you are not assured of the correctness of gas, invoke - <command>make check-gas</command> to run gas testsuite separately and + <command>make check-gas</command> to run the gas test suite separately and all tests should pass. Three gprofng tests yield the <literal>ERROR</literal> result, and they are counted as <literal>UNRESOLVED</literal> in the summary.</para> |