From 45567bd1db489a9745e139dc980a1092624175e7 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sat, 6 Aug 2011 22:29:17 +0200 Subject: [PATCH] testsuite: run TAP-based tests explicitly with $(SHELL) * tests/Makefile.am (TAP_LOG_COMPILER): Define to `$(SHELL)'. --- ChangeLog | 5 +++++ tests/Makefile.am | 1 + tests/Makefile.in | 1 + 3 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 136601042..335537beb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-08-06 Stefano Lattarini + + testsuite: run TAP-based tests explicitly with $(SHELL) + * tests/Makefile.am (TAP_LOG_COMPILER): Define to `$(SHELL)'. + 2011-08-06 Stefano Lattarini tap driver: handle signals received by the tests being run diff --git a/tests/Makefile.am b/tests/Makefile.am index 1865bbd13..78f30468b 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 e28d6edec..59945956d 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 \ -- 2.47.2