automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] {test-protocosl} testsuite: use AM_TESTS_FD_REDIRECT where appropr


From: Stefano Lattarini
Subject: [FYI] {test-protocosl} testsuite: use AM_TESTS_FD_REDIRECT where appropriate
Date: Fri, 5 Aug 2011 10:37:39 +0200
User-agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; )

* 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  <address@hidden>
 
+       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  <address@hidden>
+
        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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]