diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/bison.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter08/bison.xml b/chapter08/bison.xml index 1727660d8..88bd90099 100644 --- a/chapter08/bison.xml +++ b/chapter08/bison.xml @@ -48,10 +48,9 @@ <screen><userinput remap="make">make</userinput></screen> - <para>The tests are known to fail using multiple processors. - To test the results (about 5.5 SBU), issue:</para> + <para>To test the results (about 5.5 SBU), issue:</para> -<screen><userinput remap="test">make -j1 check</userinput></screen> +<screen><userinput remap="test">make check</userinput></screen> <para>Install the package:</para> |