diff options
Diffstat (limited to 'chapter05/coreutils.xml')
-rw-r--r-- | chapter05/coreutils.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter05/coreutils.xml b/chapter05/coreutils.xml index 61bf658cb..e901a2949 100644 --- a/chapter05/coreutils.xml +++ b/chapter05/coreutils.xml @@ -70,7 +70,9 @@ <screen><userinput remap="make">make</userinput></screen> - <para>To test the results, issue:</para> + <para>Compilation is now complete. As discussed earlier, running the test + suite is not mandatory for the temporary tools here in this chapter. To run + the Coreutils test suite anyway, issue the following command:</para> <screen><userinput remap="test">make RUN_EXPENSIVE_TESTS=yes check</userinput></screen> |