From: Ralf Wildenhues Date: Sun, 25 Apr 2010 15:19:54 +0000 (+0200) Subject: Fix typo in manual. X-Git-Tag: v1.11.1b~85^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf38d9c52f1bb5606dcbe04e0c8405e4a698af64;p=thirdparty%2Fautomake.git Fix typo in manual. * doc/automake.texi (Simple Tests using parallel-tests): Add missing closing parenthesis. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 601e8574e..0a67491b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2010-04-25 Ralf Wildenhues + Fix typo in manual. + * doc/automake.texi (Simple Tests using parallel-tests): Add + missing closing parenthesis. + Fix leftover call to removed function macros_dump. * automake.in (read_main_am_file): Call variables_dump, not macros_dump. Print actual error before list of variables. diff --git a/doc/automake.texi b/doc/automake.texi index c945d4493..f2b030caf 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -8664,7 +8664,7 @@ set of converted log files. The log and HTML files are removed upon @vindex DISABLE_HARD_ERRORS @cindex Exit status 99, special interpretation @cindex hard error -Even in the presence of expected failures (see @code{XFAIL_TESTS}, there +Even in the presence of expected failures (see @code{XFAIL_TESTS}), there may be conditions under which a test outcome needs attention. For example, with test-driven development, you may write tests for features that you have not implemented yet, and thus mark these tests as expected