automake-patches
[Top][All Lists]
Advanced

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

[FYI] {tap-testsuite-work} testsuite: run TAP-based tests explicitly wit


From: Stefano Lattarini
Subject: [FYI] {tap-testsuite-work} testsuite: run TAP-based tests explicitly with $(SHELL)
Date: Sat, 6 Aug 2011 22:30:02 +0200
User-agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; )

* tests/Makefile.am (TAP_LOG_COMPILER): Define to `$(SHELL)'.
---
 ChangeLog         |    5 +++++
 tests/Makefile.am |    1 +
 tests/Makefile.in |    1 +
 3 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 1366010..335537b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2011-08-06  Stefano Lattarini  <address@hidden>
 
+       testsuite: run TAP-based tests explicitly with $(SHELL)
+       * tests/Makefile.am (TAP_LOG_COMPILER): Define to `$(SHELL)'.
+
+2011-08-06  Stefano Lattarini  <address@hidden>
+
        tap driver: handle signals received by the tests being run
        * lib/tap-driver (get_test_exit_message): Also deal with signals,
        by using the `wait' method of the TAP::Parser object instead of
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 1865bbd..78f3046 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -34,6 +34,7 @@ EXTRA_DIST = ChangeLog-old
 
 # Run the tests with the shell detected at configure time.
 TEST_LOG_COMPILER = $(SHELL)
+TAP_LOG_COMPILER = $(SHELL)
 
 XFAIL_TESTS = \
 all.test \
diff --git a/tests/Makefile.in b/tests/Makefile.in
index e28d6ed..5994595 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -302,6 +302,7 @@ EXTRA_DIST = ChangeLog-old gen-parallel-tests 
parallel-tests.sh \
 
 # Run the tests with the shell detected at configure time.
 TEST_LOG_COMPILER = $(SHELL)
+TAP_LOG_COMPILER = $(SHELL)
 XFAIL_TESTS = \
 all.test \
 auxdir2.test \
-- 
1.7.2.3




reply via email to

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