automake-patches
[Top][All Lists]
Advanced

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

[FYI] {test-protocols} tests: defaults to awk+shell driver in tests on T


From: Stefano Lattarini
Subject: [FYI] {test-protocols} tests: defaults to awk+shell driver in tests on TAP support
Date: Mon, 29 Aug 2011 15:09:18 +0200

* tests/defs ($am_tap_implementation): Default to "shell", not
to "perl".
---
 ChangeLog  |    6 ++++++
 tests/defs |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b1e1bdc..0e837a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-08-29  Stefano Lattarini  <address@hidden>
+
+       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  <address@hidden>
 
        tests: list "forgotten" test script in TESTS
diff --git a/tests/defs b/tests/defs
index 4d21a49..5f7a0a1 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)  ##
-- 
1.7.2.3




reply via email to

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