* tests/Makefile.am (TAP_LOG_COMPILER): Define to `$(SHELL)'.
+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
# Run the tests with the shell detected at configure time.
TEST_LOG_COMPILER = $(SHELL)
+TAP_LOG_COMPILER = $(SHELL)
XFAIL_TESTS = \
all.test \
# Run the tests with the shell detected at configure time.
TEST_LOG_COMPILER = $(SHELL)
+TAP_LOG_COMPILER = $(SHELL)
XFAIL_TESTS = \
all.test \
auxdir2.test \