From: Stefano Lattarini Date: Sat, 24 Mar 2012 15:50:38 +0000 (+0100) Subject: docs: terminate unfinished sentence, fix reference to a test case X-Git-Tag: v1.11b~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f245d7344f5bcc580ca2c27b7a06f4bd6d7598c;p=thirdparty%2Fautomake.git docs: terminate unfinished sentence, fix reference to a test case * doc/automake.texi (Using the TAP test protocol): Here. Signed-off-by: Stefano Lattarini --- diff --git a/doc/automake.texi b/doc/automake.texi index ef65d8dd5..7d548c7da 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -9602,12 +9602,12 @@ supports the following options, whose names are chosen for enhanced compatibility with the @command{prove} utility. @table @option -@c Keep in sync with 'tap-exit.test' and 'tap-signal.test'. +@c Keep in sync with 'tap-exit.test' and 'tap-signal.tap'. @item --ignore-exit Causes the test driver to ignore the exit status of the test scripts; by default, the driver will report an error if the script exits with a -non-zero status. This option has effect also -@c FIXME: The sentence above has no end. +non-zero status. This option has effect also on non-zero exit statuses +due to termination by a signal. @item --comments Instruct the test driver to display TAP diagnostic (i.e., lines beginning with the @samp{#} character) in the testsuite progress output too; by