diff options
Diffstat (limited to 'chapter05/coreutils.xml')
-rw-r--r-- | chapter05/coreutils.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/coreutils.xml b/chapter05/coreutils.xml index 1c640d139..1a049d04f 100644 --- a/chapter05/coreutils.xml +++ b/chapter05/coreutils.xml @@ -54,8 +54,8 @@ instructions be followed exactly as given above.</para> <screen><userinput>make</userinput></screen> -<para>To test the results, issue: <userinput>make -RUN_EXPENSIVE_TESTS=yes check</userinput>. The +<para>To test the results, issue: +<userinput>make RUN_EXPENSIVE_TESTS=yes check</userinput>. The <parameter>RUN_EXPENSIVE_TESTS=yes</parameter> parameter tells the test suite to run several additional tests that are considered relatively expensive (in terms of CPU power and memory usage) on some |