From: Stefano Lattarini Date: Sun, 28 Aug 2011 22:01:54 +0000 (+0200) Subject: tests: defaults to awk+shell driver in tests on TAP support X-Git-Tag: ng-0.5a~89^2~92^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=027e98e68e9f75ea17cb3510491bdfac11e4f806;p=thirdparty%2Fautomake.git tests: defaults to awk+shell driver in tests on TAP support * tests/defs ($am_tap_implementation): Default to "shell", not to "perl". --- diff --git a/ChangeLog b/ChangeLog index b1e1bdc5e..0e837a255 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-08-29 Stefano Lattarini + + 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 tests: list "forgotten" test script in TESTS diff --git a/tests/defs b/tests/defs index 4d21a49f0..5f7a0a1f9 100644 --- a/tests/defs +++ b/tests/defs @@ -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) ##