diff options
Diffstat (limited to 'chapter05/coreutils.xml')
-rw-r--r-- | chapter05/coreutils.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/coreutils.xml b/chapter05/coreutils.xml index 4a494d7a8..31d59312b 100644 --- a/chapter05/coreutils.xml +++ b/chapter05/coreutils.xml @@ -23,9 +23,9 @@ Estimated required disk space: &coreutils-compsize-tools;</screen> <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. Should you choose to run it, 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 Coreutils +test suite anyway, the following command will do so:</para> <screen><userinput>make RUN_EXPENSIVE_TESTS=yes check</userinput></screen> |