]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
testsuite: use AM_TESTS_FD_REDIRECT where appropriate
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 5 Aug 2011 08:36:06 +0000 (10:36 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 5 Aug 2011 08:36:06 +0000 (10:36 +0200)
* 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
tests/parallel-tests-interrupt.test

index 036e18edb091d261279a4117afd62768d426495b..d1ca7a8f12640a491d706b4ec0df0564272c2d82 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-08-05  Stefano Lattarini  <stefano.lattarini@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.lattarini@gmail.com>
 
        docs: some fixlets in documentation on testsuites support
index a7c1ba40525ebe0e22a35687efc3056bfaad3278..ed404122bb3aa3caa63857090e5b1f4c01021057 100755 (executable)
@@ -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