Merge branches 'fix-pr11814' and 'drop-perl-tap-driver' into minor
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 25 Dec 2013 15:44:17 +0000 (16:44 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 25 Dec 2013 15:44:17 +0000 (16:44 +0100)
* fix-pr11814:
  docs: drop a few obsolescent FIXME/TODO comments, and associated text
  testsuite harness: report test exit status in log file

* drop-perl-tap-driver:
  TAP driver: remove perl implementation (move it into contrib/)

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
1  2  3 
NEWS
doc/automake.texi

diff --cc NEWS
index 5cc001977a719a1d358de6ba4ecf8c45ebb2cd65,61ed194cbb8ca5690fc93b8c769043e78f259573,24dafddb2020d1d187feb97ac6f3caa1049dc3b8..a6e197946e8ab55b8a983e7265646882374d96b3
--- 1/NEWS
--- 2/NEWS
--- 3/NEWS
+++ b/NEWS
@@@@ -73,6 -73,12 -73,15 +73,19 @@@@ New in 1.15
       (3) the "set -f" and "set +f" shell commands work, and, respectively,
           disable and enable shell globbing.
   
  -* Automake-generated testsuite:
+ +* Automake-generated testsuites:
+ +
+ +  - The default test-driver used by the Automake-generates testsuites now
+ +    append the result and exit status of each "plain" test to the associated
+ +    log file (automake bug#118149).
+  
++   - The perl implementation of the TAP testsuite driver is no longer
++     installed in the Automake's scripts directory, and is instead just
++     distributed as a "contrib" addition.  There should be no reason to
++     use this implementation anyway in real packages, since the awk+shell
++     implementation of the TAP driver (that is documented in the manual)
++     is more portable and has feature parity with the perl implementation.
++ 
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   
   New in 1.14.1:
Simple merge