]> git.ipfire.org Git - thirdparty/automake.git/commit
Enable `set -e' in more tests (plus some tweakings).
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 20 Aug 2010 17:53:38 +0000 (19:53 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 11 Nov 2010 14:51:33 +0000 (15:51 +0100)
commit2e6a7406859301154d81472b4a94f0c17411ba29
tree58dd69eddf40122c16c22a15ba93f0de0c5133cc
parent551b1133da2b17fb3d2171346fd4af86f05ad5fe
Enable `set -e' in more tests (plus some tweakings).

* tests/implicit.test: Enable `errexit' shell flag, and related
changes.  Add trailing `:' command.
* tests/insh2.test: Likewise.
* tests/instman2.test: Likewise.
* tests/interp.test: Likewise.
* tests/interp2.test: Likewise.
* tests/library.test: Likewise.
* tests/mclean.test: Likewise.
* tests/info.test: Enable `errexit' shell flag, and related
changes.  Add trailing `:' command.  Remove useless chaff from
generated Makefile.am.  Add a "FIXME" comment.
* tests/include.test: Enable `errexit' shell flag, and related
changes.  Add trailing `:' command.  Prefer cat + here-doc over
echo to append to configure.in.  Make tests more robust by using
longer and less common names to grep.  Remove an useless call to
echo.  Remove an useless subshell.
* tests/header.test: Enable `errexit' shell flag, and related
changes.  Use proper m4 quoting.  Add excerpts from the original
report of the bug tested for by this script.
* tests/gcj.test: Enable `errexit' shell flag, and related
changes.  Use proper m4 quoting.  Add trailing `:' command.
* tests/gcj3.test: Likewise.
* tests/ldflags.test: Likewise.
* tests/libtool.test: Likewise.
* tests/listval.test: Likewise.
* tests/javaprim.test: Likewise, and prefer cat + here-doc over
echo to append to configure.in.
* tests/javasubst.test: Likewise.
* tests/discorver.test: Enable `errexit' shell flag.  Prefer
trailing `:' over trailing `Exit 0'.
* tests/instdat.test: Enable `errexit' shell flag, and related
changes.  Use proper m4 quoting.  Avoid usless subshell.  Prefer
cat + here-doc over echo to append to configure.in.
* tests/libtool2.test: Enable `errexit' shell flag, and related
changes.  Add trailing `:' command.  Use the configure.in
stub provided by ./defs, rather than writing it from scratch.
21 files changed:
ChangeLog
tests/discover.test
tests/gcj.test
tests/gcj3.test
tests/header.test
tests/implicit.test
tests/include.test
tests/info.test
tests/insh2.test
tests/instdat.test
tests/instman2.test
tests/interp.test
tests/interp2.test
tests/javaprim.test
tests/javasubst.test
tests/ldflags.test
tests/library.test
tests/libtool.test
tests/libtool2.test
tests/listval.test
tests/mclean.test