From: Stefano Lattarini Date: Sat, 6 Aug 2011 20:29:17 +0000 (+0200) Subject: testsuite: run TAP-based tests explicitly with $(SHELL) X-Git-Tag: ng-0.5a~89^2~140 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45567bd1db489a9745e139dc980a1092624175e7;p=thirdparty%2Fautomake.git testsuite: run TAP-based tests explicitly with $(SHELL) * tests/Makefile.am (TAP_LOG_COMPILER): Define to `$(SHELL)'. --- 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 \