diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-09-18 00:12:44 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-09-18 00:12:44 +0000 |
commit | 0ebe029b75f40fd40e643f297e1c610771120f29 (patch) | |
tree | 66bfe155feba8fa21318832fc816f7a2b7b392c0 /chapter06 | |
parent | 1b8d78b5a23263f013d62576cbf437e5e8670611 (diff) |
Be consistent about 'test suites'
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9377 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc.xml | 2 | ||||
-rw-r--r-- | chapter06/introduction.xml | 2 | ||||
-rw-r--r-- | chapter06/iproute2.xml | 2 | ||||
-rw-r--r-- | chapter06/module-init-tools.xml | 2 | ||||
-rw-r--r-- | chapter06/patch.xml | 2 | ||||
-rw-r--r-- | chapter06/perl.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index c4a124a1e..176e1497a 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -207,7 +207,7 @@ grep Error glibc-check-log</userinput></screen> <para>The locales that can make the system respond in a different language were not installed by the above command. None of the locales are required, - but if some of them are missing, testsuites of the future packages would + but if some of them are missing, test suites of the future packages would skip important testcases.</para> <para>Individual locales can be installed using the diff --git a/chapter06/introduction.xml b/chapter06/introduction.xml index 13172585e..a3a8b8829 100644 --- a/chapter06/introduction.xml +++ b/chapter06/introduction.xml @@ -53,6 +53,6 @@ descriptions of these) that the package installs.</para> <note><para>The SBU values and required disk space includes - testsuite data for all applicable packages in Chapter 6.</para></note> + test suite data for all applicable packages in Chapter 6.</para></note> </sect1> diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index 8b0030dcd..12b2a1c23 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -74,7 +74,7 @@ </variablelist> - <para>This package comes with a testsuite, but due to assumptions it makes, + <para>This package comes with a test suite, but due to assumptions it makes, it is not possible to reliably run these tests from within the chroot environment. If you wish to run these tests after booting into your new LFS system, ensure you select <filename>/proc/config.gz</filename> diff --git a/chapter06/module-init-tools.xml b/chapter06/module-init-tools.xml index 2f19440cf..54fc310e2 100644 --- a/chapter06/module-init-tools.xml +++ b/chapter06/module-init-tools.xml @@ -46,7 +46,7 @@ <screen><userinput remap="pre">echo '.so man5/modprobe.conf.5' > modprobe.d.5</userinput></screen> - <para>The testsuite of this package is geared towards the needs of its + <para>The test suite of this package is geared towards the needs of its Maintainer. The command <command>make check</command> builds a specially wrapped version of modprobe which is useless for normal operation. To run this (about 0.2 SBU), issue the following commands (note that the diff --git a/chapter06/patch.xml b/chapter06/patch.xml index 031b4cc6b..f818a7cc9 100644 --- a/chapter06/patch.xml +++ b/chapter06/patch.xml @@ -42,7 +42,7 @@ <sect2 role="installation"> <title>Installation of Patch</title> - <para>Apply a patch to prevent the testsuite from running a test that + <para>Apply a patch to prevent the test suite from running a test that requires <command>ed</command>:</para> <screen><userinput remap="pre">patch -Np1 -i ../&patch-test-patch;</userinput></screen> diff --git a/chapter06/perl.xml b/chapter06/perl.xml index 8deabef65..1a4dd1a8e 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -43,7 +43,7 @@ <para>First create a basic <filename>/etc/hosts</filename> file to be referenced in one of Perl's configuration files as well as the optional - testsuite:</para> + test suite:</para> <screen><userinput remap="pre">echo "127.0.0.1 localhost $(hostname)" > /etc/hosts</userinput></screen> |