]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests: defaults to awk+shell driver in tests on TAP support
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 28 Aug 2011 22:01:54 +0000 (00:01 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 29 Aug 2011 12:54:51 +0000 (14:54 +0200)
* tests/defs ($am_tap_implementation): Default to "shell", not
to "perl".

ChangeLog
tests/defs

index b1e1bdc5e926dfd9ef017ac80cfb9a29692a7e80..0e837a255ce9c205ea34aae0c2d89adc0e0f4162 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-08-29  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       tests: defaults to awk+shell driver in tests on TAP support
+       * tests/defs ($am_tap_implementation): Default to "shell", not
+       to "perl".
+
 2011-08-25  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        tests: list "forgotten" test script in TESTS
index 4d21a49f077b3ef1498a0505ea145982e5e24e5d..5f7a0a1f9cc827fba93effbbbb5394a02a10e140 100644 (file)
@@ -329,7 +329,7 @@ fetch_tap_driver ()
 }
 # The shell/awk implementation of the TAP driver is still mostly dummy, so
 # use the perl implementation by default for the moment.
-am_tap_implementation=${am_tap_implementation-perl}
+am_tap_implementation=${am_tap_implementation-shell}
 
 ## ----------------------------------------------------------- ##
 ##  Checks for required tools, and additional setups (if any)  ##