diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2004-01-16 10:15:49 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2004-01-16 10:15:49 +0000 |
commit | 31b2ae676d85a5b1efe3ef3105ef14f9ae6623af (patch) | |
tree | 325b52ac2c9754beea3ccdee44bcdba8db7281b8 /chapter05/tcl.xml | |
parent | 0b438341dc1967bb5b7742a7ed5b49c8bbcae2c9 (diff) |
First stage towards Bug 719. Making the Chapter 5 test suites
strictly optional.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3170 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/tcl.xml')
-rw-r--r-- | chapter05/tcl.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml index ed5ecef61..68336d979 100644 --- a/chapter05/tcl.xml +++ b/chapter05/tcl.xml @@ -29,12 +29,12 @@ to know that our most important tools are working properly.</para> <screen><userinput>make</userinput></screen> -<para>This package has a test suite available which can perform a number of -checks to ensure it built correctly. However, the Tcl test suite in this -chapter is known to experience failures under certain host conditions that are -not fully understood. Therefore, test suite failures here are not surprising, -but are not considered critical. Should you choose to run the test suite, the -following command will do so:</para> +<para>As discussed earlier, we don't recommend running the test suites for the +temporary tools here in this chapter. If you still want to run the Tcl test +suite anyway, the following command will do so. However, you should be aware +that the Tcl test suite is sometimes known to experience failures under certain +host conditions that are not fully understood. Therefore, test suite failures +here are not surprising, but are not considered critical:</para> <screen><userinput>TZ=UTC make test</userinput></screen> |