]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
docs: terminate unfinished sentence, fix reference to a test case
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 24 Mar 2012 15:50:38 +0000 (16:50 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 24 Mar 2012 15:50:38 +0000 (16:50 +0100)
* doc/automake.texi (Using the TAP test protocol): Here.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
doc/automake.texi

index ef65d8dd5e718b8bfc92f8e92539b42bab1700e0..7d548c7da65d4b5b7396f181f791201888953ec9 100644 (file)
@@ -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