diff options
-rw-r--r-- | THANKS | 1 | ||||
-rw-r--r-- | doc/automake.texi | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -105,6 +105,7 @@ Dmitry Mikhin dmitrym@acres.com.au Dmitry V. Levin ldv@altlinux.org Doug Evans devans@cygnus.com Duncan Gibson duncan@thermal.esa.int +Dilyan Palauzov dilyan.palauzov@aegee.org Ed Hartnett ed@unidata.ucar.edu Eleftherios Gkioulekas lf@amath.washington.edu Elena A. Vengerova helen@oktetlabs.ru diff --git a/doc/automake.texi b/doc/automake.texi index da0aa2942..f083fc2b4 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -8896,7 +8896,7 @@ Note however that, for tests based on more complex test protocols, the exact effects of @code{XFAIL_TESTS} and @code{DISABLE_HARD_ERRORS} might change, or they might even have no effect at all (for example, @c Keep this in sync with tap-no-disable-hard-errors.sh -in tests using TAP, there is not way to disable hard errors, and the +in tests using TAP, there is no way to disable hard errors, and the @code{DISABLE_HARD_ERRORS} variable has no effect on them). @anchor{Testsuite progress on console} @@ -9164,7 +9164,7 @@ as a side-effect. It's important to note that, differently from what we've seen for the serial test harness (@pxref{Serial Test Harness}), the @code{AM_TESTS_ENVIRONMENT} and @code{TESTS_ENVIRONMENT} variables -@emph{cannot} be use to define a custom test runner; the +@emph{cannot} be used to define a custom test runner; the @code{LOG_COMPILER} and @code{LOG_FLAGS} (or their extension-specific counterparts) should be used instead: |