From 5e3ae4e14a471a7c61ac75ffd6cd71659e81b07f Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Fri, 5 Aug 2011 10:36:06 +0200 Subject: [PATCH] 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. --- ChangeLog | 7 +++++++ tests/parallel-tests-interrupt.test | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 036e18edb..d1ca7a8f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-08-05 Stefano Lattarini + + 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 docs: some fixlets in documentation on testsuites support diff --git a/tests/parallel-tests-interrupt.test b/tests/parallel-tests-interrupt.test index a7c1ba405..ed404122b 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 -- 2.47.2