diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-21 07:31:01 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-21 07:31:01 +0000 |
commit | 39dbad2e34e8600aeb878ffe33ad1cb9cfc22d8a (patch) | |
tree | c1a1b2f82646069fe893e1eaf7595047fe031197 /chapter05 | |
parent | ebd8ee20fa777a1a2bea193b36310bcef25e5e2d (diff) |
s/testsuite/test suite/
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2856 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/bash-inst.xml | 2 | ||||
-rw-r--r-- | chapter05/binutils-pass1-inst.xml | 2 | ||||
-rw-r--r-- | chapter05/binutils-pass2-inst.xml | 2 | ||||
-rw-r--r-- | chapter05/coreutils-inst.xml | 2 | ||||
-rw-r--r-- | chapter05/expect-inst.xml | 2 | ||||
-rw-r--r-- | chapter05/findutils-inst.xml | 2 | ||||
-rw-r--r-- | chapter05/gawk-inst.xml | 2 | ||||
-rw-r--r-- | chapter05/gcc-pass1-inst.xml | 2 | ||||
-rw-r--r-- | chapter05/gcc-pass2-inst.xml | 2 | ||||
-rw-r--r-- | chapter05/gettext-inst.xml | 2 | ||||
-rw-r--r-- | chapter05/glibc-inst.xml | 4 | ||||
-rw-r--r-- | chapter05/grep-inst.xml | 2 | ||||
-rw-r--r-- | chapter05/make-inst.xml | 2 | ||||
-rw-r--r-- | chapter05/sed-inst.xml | 2 | ||||
-rw-r--r-- | chapter05/tar-inst.xml | 2 | ||||
-rw-r--r-- | chapter05/tcl-inst.xml | 4 | ||||
-rw-r--r-- | chapter05/texinfo-inst.xml | 2 |
17 files changed, 19 insertions, 19 deletions
diff --git a/chapter05/bash-inst.xml b/chapter05/bash-inst.xml index b181413e6..1c047cf2d 100644 --- a/chapter05/bash-inst.xml +++ b/chapter05/bash-inst.xml @@ -16,7 +16,7 @@ patch:</para> <para><screen><userinput>make</userinput></screen></para> -<para>This package has a testsuite available which can perform a number of +<para>This package has a test suite available which can perform a number of checks to ensure it built correctly. Should you choose to run it, the following command will do so:</para> diff --git a/chapter05/binutils-pass1-inst.xml b/chapter05/binutils-pass1-inst.xml index bf7da56e8..1002a5d43 100644 --- a/chapter05/binutils-pass1-inst.xml +++ b/chapter05/binutils-pass1-inst.xml @@ -8,7 +8,7 @@ because both Glibc and GCC perform various tests on the available linker and assembler to determine which of their own features to enable.</para> <note><para>Even though Binutils is an important toolchain package, we are not -going to run the testsuite at this early stage. First, the testsuite framework +going to run the test suite at this early stage. First, the test suite framework is not yet in place and second, the programs from this first pass will soon be overwritten by those installed in the second pass.</para></note> diff --git a/chapter05/binutils-pass2-inst.xml b/chapter05/binutils-pass2-inst.xml index fbd555389..bb963f520 100644 --- a/chapter05/binutils-pass2-inst.xml +++ b/chapter05/binutils-pass2-inst.xml @@ -3,7 +3,7 @@ <sect2> <title>Re-installation of Binutils</title> -<note><para>It's worth noting that the Binutils testsuite we run in this +<note><para>It's worth noting that the Binutils test suite we run in this chapter is considered not as critical as the one we run in Chapter 6.</para> </note> diff --git a/chapter05/coreutils-inst.xml b/chapter05/coreutils-inst.xml index 0d3534b93..04293d56a 100644 --- a/chapter05/coreutils-inst.xml +++ b/chapter05/coreutils-inst.xml @@ -11,7 +11,7 @@ <para><screen><userinput>make</userinput></screen></para> -<para>This package has a testsuite available which can perform a number of +<para>This package has a test suite available which can perform a number of checks to ensure it built correctly. Should you choose to run it, the following command will do so:</para> diff --git a/chapter05/expect-inst.xml b/chapter05/expect-inst.xml index a0e0ac1f3..2851ece04 100644 --- a/chapter05/expect-inst.xml +++ b/chapter05/expect-inst.xml @@ -18,7 +18,7 @@ GCC test suite run.</para> <para><screen><userinput>make</userinput></screen></para> -<para>This package has a testsuite available which can perform a number of +<para>This package has a test suite available which can perform a number of checks to ensure it built correctly. Should you choose to run it, the following command will do so:</para> diff --git a/chapter05/findutils-inst.xml b/chapter05/findutils-inst.xml index 363449bd2..7cad46962 100644 --- a/chapter05/findutils-inst.xml +++ b/chapter05/findutils-inst.xml @@ -11,7 +11,7 @@ <para><screen><userinput>make </userinput></screen></para> -<para>This package has a testsuite available which can perform a number of +<para>This package has a test suite available which can perform a number of checks to ensure it built correctly. Should you choose to run it, the following command will do so:</para> diff --git a/chapter05/gawk-inst.xml b/chapter05/gawk-inst.xml index 179b3a1d8..216dfcac3 100644 --- a/chapter05/gawk-inst.xml +++ b/chapter05/gawk-inst.xml @@ -11,7 +11,7 @@ <para><screen><userinput>make</userinput></screen></para> -<para>This package has a testsuite available which can perform a number of +<para>This package has a test suite available which can perform a number of checks to ensure it built correctly. Should you choose to run it, the following command will do so:</para> diff --git a/chapter05/gcc-pass1-inst.xml b/chapter05/gcc-pass1-inst.xml index 7d7532cd9..bf38aa96e 100644 --- a/chapter05/gcc-pass1-inst.xml +++ b/chapter05/gcc-pass1-inst.xml @@ -7,7 +7,7 @@ for the moment.</para> <note><para>Even though GCC is an important toolchain package, we are not -going to run the testsuite at this early stage. First, the testsuite framework +going to run the test suite at this early stage. First, the test suite framework is not yet in place and second, the programs from this first pass will soon be overwritten by those installed in the second pass.</para></note> diff --git a/chapter05/gcc-pass2-inst.xml b/chapter05/gcc-pass2-inst.xml index b57ae3324..fcbd5e6cf 100644 --- a/chapter05/gcc-pass2-inst.xml +++ b/chapter05/gcc-pass2-inst.xml @@ -11,7 +11,7 @@ supported by your host distribution. Most notably, a host distribution which does not properly support the devpts filesystem will cause most of these tests to fail.</para> -<note><para>It's worth noting that the GCC testsuite we run in this chapter is +<note><para>It's worth noting that the GCC test suite we run in this chapter is considered not as critical as the one we run in Chapter 6.</para></note> <para>Unpack all three GCC tarballs (-core, -g++, and -testsuite) in one and the same working directory. diff --git a/chapter05/gettext-inst.xml b/chapter05/gettext-inst.xml index 798393ca9..c46c65d9d 100644 --- a/chapter05/gettext-inst.xml +++ b/chapter05/gettext-inst.xml @@ -11,7 +11,7 @@ <para><screen><userinput>make </userinput></screen></para> -<para>This package has a testsuite available which can perform a number of +<para>This package has a test suite available which can perform a number of checks to ensure it built correctly. Should you choose to run it, the following command will do so:</para> diff --git a/chapter05/glibc-inst.xml b/chapter05/glibc-inst.xml index d6568f433..e63792bec 100644 --- a/chapter05/glibc-inst.xml +++ b/chapter05/glibc-inst.xml @@ -8,8 +8,8 @@ into the <filename>glibc-&glibc-version;</filename> directory and unpack Glibc-linuxthreads in that directory, not in <filename>/usr/src</filename> as you would normally do.</para> -<note><para>We are going to run the testsuite for Glibc in this chapter. -However, it's worth noting that the Glibc testsuite we run in this chapter is +<note><para>We are going to run the test suite for Glibc in this chapter. +However, it's worth noting that the Glibc test suite we run in this chapter is considered not as critical as the one we run in Chapter 6.</para></note> <para>This package is known to behave badly when you have changed its diff --git a/chapter05/grep-inst.xml b/chapter05/grep-inst.xml index ee5410df6..74233ee66 100644 --- a/chapter05/grep-inst.xml +++ b/chapter05/grep-inst.xml @@ -24,7 +24,7 @@ the code from Glibc, which is known to be slightly buggy.</para></listitem> <para><screen><userinput>make </userinput></screen></para> -<para>This package has a testsuite available which can perform a number of +<para>This package has a test suite available which can perform a number of checks to ensure it built correctly. Should you choose to run it, the following command will do so:</para> diff --git a/chapter05/make-inst.xml b/chapter05/make-inst.xml index 529f2d3d4..9c41b3e5e 100644 --- a/chapter05/make-inst.xml +++ b/chapter05/make-inst.xml @@ -11,7 +11,7 @@ <para><screen><userinput>make </userinput></screen></para> -<para>This package has a testsuite available which can perform a number of +<para>This package has a test suite available which can perform a number of checks to ensure it built correctly. Should you choose to run it, the following command will do so:</para> diff --git a/chapter05/sed-inst.xml b/chapter05/sed-inst.xml index c7bd03ec5..eaee0cd07 100644 --- a/chapter05/sed-inst.xml +++ b/chapter05/sed-inst.xml @@ -11,7 +11,7 @@ <para><screen><userinput>make </userinput></screen></para> -<para>This package has a testsuite available which can perform a number of +<para>This package has a test suite available which can perform a number of checks to ensure it built correctly. Should you choose to run it, the following command will do so:</para> diff --git a/chapter05/tar-inst.xml b/chapter05/tar-inst.xml index 316ad2541..f9e2bed56 100644 --- a/chapter05/tar-inst.xml +++ b/chapter05/tar-inst.xml @@ -11,7 +11,7 @@ <para><screen><userinput>make </userinput></screen></para> -<para>This package has a testsuite available which can perform a number of +<para>This package has a test suite available which can perform a number of checks to ensure it built correctly. Should you choose to run it, the following command will do so:</para> diff --git a/chapter05/tcl-inst.xml b/chapter05/tcl-inst.xml index b6f39ea65..2131890d8 100644 --- a/chapter05/tcl-inst.xml +++ b/chapter05/tcl-inst.xml @@ -17,13 +17,13 @@ to know that our most important tools are working properly.</para> <para><screen><userinput>make</userinput></screen></para> -<para>This package has a testsuite available which can perform a number of +<para>This package has a test suite available which can perform a number of checks to ensure it built correctly. Should you choose to run it, the following command will do so:</para> <para><screen><userinput>TZ=UTC make -k test</userinput></screen></para> -<para>Sometimes, package testsuites will give false failures. You can +<para>Sometimes, package test suites will give false failures. You can consult the LFS Wiki at <ulink url="http://wiki.linuxfromscratch.org"/> to verify that these failures are normal. This applies to all tests throughout the book.</para> diff --git a/chapter05/texinfo-inst.xml b/chapter05/texinfo-inst.xml index 7ce35619a..c991473e3 100644 --- a/chapter05/texinfo-inst.xml +++ b/chapter05/texinfo-inst.xml @@ -11,7 +11,7 @@ <para><screen><userinput>make </userinput></screen></para> -<para>This package has a testsuite available which can perform a number of +<para>This package has a test suite available which can perform a number of checks to ensure it built correctly. Should you choose to run it, the following command will do so:</para> |