diff options
Diffstat (limited to 'chapter06/bison.xml')
-rw-r--r-- | chapter06/bison.xml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/chapter06/bison.xml b/chapter06/bison.xml index 543ec859c..a8404ec27 100644 --- a/chapter06/bison.xml +++ b/chapter06/bison.xml @@ -28,11 +28,8 @@ the patch is backported from CVS:</para> <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 (and takes a long time):</para> - -<screen><userinput>make check</userinput></screen> +<para>To have the results tested, issue: +<userinput>make check</userinput>.</para> <para>And install the package:</para> |