* parallel-tests-interrupt.test: Use AM_TESTS_FD_REDIRECT, not AM_TESTS_ENVIRONMENT, to define file descriptors' redirection for "make check". Fix botched comment. --- ChangeLog | 7 +++++++ tests/parallel-tests-interrupt.test | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 036e18e..d1ca7a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2011-08-05 Stefano Lattarini <stefano.lattar...@gmail.com> + testsuite: use AM_TESTS_FD_REDIRECT where appropriate + * parallel-tests-interrupt.test: Use AM_TESTS_FD_REDIRECT, not + AM_TESTS_ENVIRONMENT, to define file descriptors' redirection + for "make check". Fix botched comment. + +2011-08-05 Stefano Lattarini <stefano.lattar...@gmail.com> + docs: some fixlets in documentation on testsuites support * doc/automake.texi (Script-based Testsuites): Rename node ... (Scripts-based Testsuites): ... to this. Break overly long lines diff --git a/tests/parallel-tests-interrupt.test b/tests/parallel-tests-interrupt.test index a7c1ba4..ed40412 100755 --- a/tests/parallel-tests-interrupt.test +++ b/tests/parallel-tests-interrupt.test @@ -30,8 +30,8 @@ cat > Makefile.am << 'END' TESTS = foo.test ## Provide more debugging info. TEST_LOG_COMPILER = $(SHELL) -x -## Rut required by foo.test; see below. -AM_TESTS_ENVIRONMENT = 9>&2 +## Required by foo.test; see below. +AM_TESTS_FD_REDIRECT = 9>&2 END # This is hacky and ugly, but has the great advantage of avoiding us a lot -- 1.7.2.3