]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
testsuite: run TAP and "plain" tests with the same $(LOG_COMPILER)
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 7 Aug 2011 09:22:11 +0000 (11:22 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 7 Aug 2011 09:36:10 +0000 (11:36 +0200)
With this change, it will be easier to override, at make time, the
shell used to run the tests.

* tests/Makefile.am (LOG_COMPILER): Define to `$(SHELL)'.
(TEST_LOG_COMPILER): Re-define to `$(LOG_COMPILER)'.
(TAP_LOG_COMPILER): Likewise.

ChangeLog
tests/Makefile.am
tests/Makefile.in

index 335537beb52c0d81f6b4743afc57e974ae8c7be8..d25ec453b67dcb3e02ec7eb638d98c86cab551dc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-08-07  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       testsuite: run TAP and "plain" tests with the same $(LOG_COMPILER)
+       With this change, it will be easier to override, at make time, the
+       shell used to run the tests.
+       * tests/Makefile.am (LOG_COMPILER): Define to `$(SHELL)'.
+       (TEST_LOG_COMPILER): Re-define to `$(LOG_COMPILER)'.
+       (TAP_LOG_COMPILER): Likewise.
+
 2011-08-06  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        testsuite: run TAP-based tests explicitly with $(SHELL)
index 78f30468b2687eb6a5643cd97b51b3b38f86d83b..58916cffa48c80bceeae345fda06d37129d432d3 100644 (file)
@@ -33,8 +33,9 @@ MAINTAINERCLEANFILES =
 EXTRA_DIST = ChangeLog-old
 
 # Run the tests with the shell detected at configure time.
-TEST_LOG_COMPILER = $(SHELL)
-TAP_LOG_COMPILER = $(SHELL)
+LOG_COMPILER = $(SHELL)
+TEST_LOG_COMPILER = $(LOG_COMPILER)
+TAP_LOG_COMPILER = $(LOG_COMPILER)
 
 XFAIL_TESTS = \
 all.test \
index 59945956deaf674d46d95b5c2fed4b2a8e6096a7..ea766f6e511cfc6a61cf688e84a36c11b374bf62 100644 (file)
@@ -301,8 +301,9 @@ EXTRA_DIST = ChangeLog-old gen-parallel-tests parallel-tests.sh \
        extract-testsuite-summary tap-setup.sh tap-summary-aux.sh
 
 # Run the tests with the shell detected at configure time.
-TEST_LOG_COMPILER = $(SHELL)
-TAP_LOG_COMPILER = $(SHELL)
+LOG_COMPILER = $(SHELL)
+TEST_LOG_COMPILER = $(LOG_COMPILER)
+TAP_LOG_COMPILER = $(LOG_COMPILER)
 XFAIL_TESTS = \
 all.test \
 auxdir2.test \