diff options
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> |