]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Avoid possible false negatives in confh5.test.
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 9 Apr 2010 14:33:43 +0000 (16:33 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 20 Apr 2010 05:41:22 +0000 (07:41 +0200)
* tests/confh5.test: Enable shell `errexit' flag, and bumped
copyright years.  Due to this change, any unexpected failure
in calls to $ACLOCAL, $AUTOMAKE, $AUTOCONF or $AUTOHEADER, or
a failure in grepping expected text in output files should now
cause the whole test to fail.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
tests/confh5.test

index d0469caf62694f42ab167a2c79c595548e421606..08e3c737e705743c6dbc1907e0865211cae0f61b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-04-20  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       Avoid possible false negatives in confh5.test.
+       * tests/confh5.test: Enable shell `errexit' flag, and bumped
+       copyright years.  Due to this change, any unexpected failure
+       in calls to $ACLOCAL, $AUTOMAKE, $AUTOCONF or $AUTOHEADER, or
+       a failure in grepping expected text in output files should now
+       cause the whole test to fail.
+
 2010-04-17  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        Fixed typo in POD documentation of Automake::Channels.
index 7c5f37e01c4bd0d83fa6dde858e6689c34d603b8..febe000b519037c450db48217bd7e11ae15ca3a2 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2003  Free Software Foundation, Inc.
+# Copyright (C) 2003, 2010 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -18,6 +18,8 @@
 
 . ./defs || Exit 1
 
+set -e
+
 cat >> configure.in << 'END'
 AC_SUBST([FOO], [name])
 AC_CONFIG_FILES(include/config.h.in)