]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
testsuite: run TAP-based tests explicitly with $(SHELL)
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 6 Aug 2011 20:29:17 +0000 (22:29 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 6 Aug 2011 20:29:17 +0000 (22:29 +0200)
* tests/Makefile.am (TAP_LOG_COMPILER): Define to `$(SHELL)'.

ChangeLog
tests/Makefile.am
tests/Makefile.in

index 1366010421159a0e79f3b12ff9a36bc0f51f8c54..335537beb52c0d81f6b4743afc57e974ae8c7be8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-08-06  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       testsuite: run TAP-based tests explicitly with $(SHELL)
+       * tests/Makefile.am (TAP_LOG_COMPILER): Define to `$(SHELL)'.
+
 2011-08-06  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        tap driver: handle signals received by the tests being run
index 1865bbd13894abc6c589313909e4addb2268d788..78f30468b2687eb6a5643cd97b51b3b38f86d83b 100644 (file)
@@ -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 \
index e28d6edec9c2309d586375d6c364fa61704dfc4d..59945956deaf674d46d95b5c2fed4b2a8e6096a7 100644 (file)
@@ -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 \