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-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)
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 \
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 \