diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/gperf.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter06/gperf.xml b/chapter06/gperf.xml index 244342c1e..ce417439b 100644 --- a/chapter06/gperf.xml +++ b/chapter06/gperf.xml @@ -48,9 +48,11 @@ <screen><userinput remap="make">make</userinput></screen> - <para>To test the results, issue:</para> + <para>The tests are known to fail if running multiple + simultaneous tests (-j option greater than 1). To test + the results, issue:</para> -<screen><userinput remap="test">make check</userinput></screen> +<screen><userinput remap="test">make -j1 check</userinput></screen> <para>Install the package:</para> |