]> git.ipfire.org Git - thirdparty/automake.git/commit
testsuite: use $SHELL to run tests which are shell scripts
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 3 Dec 2010 14:24:14 +0000 (15:24 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 27 May 2011 07:56:00 +0000 (09:56 +0200)
commit1321be7068464238d1c626abad0f52cb1cd6cba2
treefba46dd66a280d6d4e91a136f0101a1433156571
parent02742f0f6ee02cec94a033a446b4a36d90859aca
testsuite: use $SHELL to run tests which are shell scripts

* tests/Makefile.am (TEST_LOG_COMPILER): Define so that the
configure-time $SHELL is used to run the tests.
* tests/defs: Add code to re-execute by default the running
test script with configure-time $SHELL.  Updated comments.
* configure.ac: Check that `set -e' is working for $SHELL,
not for /bin/sh.
* tests/defs-static.in: Update comments.
* tests/README (Supported shells): Updated.
(Getting details from failures): Don't tell that tests are
run by /bin/sh by default.
ChangeLog
configure
configure.ac
tests/Makefile.am
tests/Makefile.in
tests/README
tests/defs
tests/defs-static.in