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/tcl-inst.xml | |
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/tcl-inst.xml')
-rw-r--r-- | chapter05/tcl-inst.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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> |