From bf38d9c52f1bb5606dcbe04e0c8405e4a698af64 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Sun, 25 Apr 2010 17:19:54 +0200 Subject: [PATCH] Fix typo in manual. * doc/automake.texi (Simple Tests using parallel-tests): Add missing closing parenthesis. Signed-off-by: Ralf Wildenhues --- ChangeLog | 4 ++++ doc/automake.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.47.2