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 /chapter02 | |
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 'chapter02')
-rw-r--r-- | chapter02/abouttestsuites.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chapter02/abouttestsuites.xml b/chapter02/abouttestsuites.xml index 9cf6b3a9e..1403629c3 100644 --- a/chapter02/abouttestsuites.xml +++ b/chapter02/abouttestsuites.xml @@ -16,6 +16,15 @@ properly functioning system. But be warned, the test suites for GCC and Glibc can take a very long period of time to complete, especially on slower hardware.</para> +<para>Experience has shown us that there is little to be gained from running +the test suites in Chapter 5. There can be no escaping the fact that the host +system always exerts influence on the Chapter 5 tests, often causing weird and +inexplicable failures. Not only that, the tools built in Chapter 5 are +temporary and eventually discarded. For the average reader of this book we +recommend not to run the Chapter 5 test suites. The instructions for running +the Chapter 5 test suites are still provided for the benefit of testers and +developers but they are strictly optional for everyone else.</para> + <para>As you progress through the book and encounter the build commands to run the various test suites, we'll guide you on the relative importance of the test suite in question so that you can decide for yourself whether to |