]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests: remove redundant settings of `errexit' shell flag
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 8 Jul 2011 08:14:38 +0000 (10:14 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 8 Jul 2011 08:14:38 +0000 (10:14 +0200)
* tests/amhello-binpkg.test: Do not set the `errexit' shell
flag, as it is already set by `tests/defs'.
* tests/amhello-cflags.test: Likewise.
* tests/amhello-cross-compile.test: Likewise.
* tests/ansi2knr-deprecation.test: Likewise.
* tests/autodist-no-duplicate.test: Likewise.
* tests/distcheck-configure-flags-am.test: Likewise.
* tests/distcheck-configure-flags-subpkg.test: Likewise.
* tests/distcheck-configure-flags.test: Likewise.
* tests/distcheck-hook.test: Likewise.
* tests/distcheck-hook2.test: Likewise.
* tests/parallel-tests-am_tests_environment.test: Likewise.
* tests/parallel-tests-harderror.test: Likewise.
* tests/parallel-tests-log-compiler-example.test: Likewise.
* tests/parallel-tests-log-override-1.test: Likewise.
* tests/parallel-tests-log-override-2.test: Likewise.
* tests/parallel-tests-log-override-recheck.test: Likewise.
* tests/primary-prefix-couples-documented-valid.test: Likewise.
* tests/primary-prefix-couples-force-valid.test: Likewise.
* tests/primary-prefix-invalid-couples.test: Likewise.
* tests/primary-prefix-valid-couples.test: Likewise.
* tests/remake-subdir-from-subdir.test: Likewise.
* tests/remake-subdir-gnu.test: Likewise.
* tests/remake-subdir-long-time.test: Likewise.
* tests/remake-subdir.test: Likewise.
* tests/remake-subdir2.test: Likewise.
* tests/silent-configsite.test: Likewise.
* tests/tests-environment-backcompat.test: Likewise.

28 files changed:
ChangeLog
tests/amhello-binpkg.test
tests/amhello-cflags.test
tests/amhello-cross-compile.test
tests/ansi2knr-deprecation.test
tests/autodist-no-duplicate.test
tests/distcheck-configure-flags-am.test
tests/distcheck-configure-flags-subpkg.test
tests/distcheck-configure-flags.test
tests/distcheck-hook.test
tests/distcheck-hook2.test
tests/parallel-tests-am_tests_environment.test
tests/parallel-tests-harderror.test
tests/parallel-tests-log-compiler-example.test
tests/parallel-tests-log-override-1.test
tests/parallel-tests-log-override-2.test
tests/parallel-tests-log-override-recheck.test
tests/primary-prefix-couples-documented-valid.test
tests/primary-prefix-couples-force-valid.test
tests/primary-prefix-invalid-couples.test
tests/primary-prefix-valid-couples.test
tests/remake-subdir-from-subdir.test
tests/remake-subdir-gnu.test
tests/remake-subdir-long-time.test
tests/remake-subdir.test
tests/remake-subdir2.test
tests/silent-configsite.test
tests/tests-environment-backcompat.test

index 9b92575e0fc43541199b3b5df69526106dca6183..56a1d7c4937aea9615000fc084037f8a4747db4c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,35 @@
+2011-07-08  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       tests: remove redundant settings of `errexit' shell flag
+       * tests/amhello-binpkg.test: Do not set the `errexit' shell
+       flag, as it is already set by `tests/defs'.
+       * tests/amhello-cflags.test: Likewise.
+       * tests/amhello-cross-compile.test: Likewise.
+       * tests/ansi2knr-deprecation.test: Likewise.
+       * tests/autodist-no-duplicate.test: Likewise.
+       * tests/distcheck-configure-flags-am.test: Likewise.
+       * tests/distcheck-configure-flags-subpkg.test: Likewise.
+       * tests/distcheck-configure-flags.test: Likewise.
+       * tests/distcheck-hook.test: Likewise.
+       * tests/distcheck-hook2.test: Likewise.
+       * tests/parallel-tests-am_tests_environment.test: Likewise.
+       * tests/parallel-tests-harderror.test: Likewise.
+       * tests/parallel-tests-log-compiler-example.test: Likewise.
+       * tests/parallel-tests-log-override-1.test: Likewise.
+       * tests/parallel-tests-log-override-2.test: Likewise.
+       * tests/parallel-tests-log-override-recheck.test: Likewise.
+       * tests/primary-prefix-couples-documented-valid.test: Likewise.
+       * tests/primary-prefix-couples-force-valid.test: Likewise.
+       * tests/primary-prefix-invalid-couples.test: Likewise.
+       * tests/primary-prefix-valid-couples.test: Likewise.
+       * tests/remake-subdir-from-subdir.test: Likewise.
+       * tests/remake-subdir-gnu.test: Likewise.
+       * tests/remake-subdir-long-time.test: Likewise.
+       * tests/remake-subdir.test: Likewise.
+       * tests/remake-subdir2.test: Likewise.
+       * tests/silent-configsite.test: Likewise.
+       * tests/tests-environment-backcompat.test: Likewise.
+
 2011-07-08  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        tests: portability fixes in tests on amhello examples
index 34600fe7e581326e3f2cd1e37ad03f2ef170eee5..cb95a06180768a910551389444a70327711ec2f8 100755 (executable)
@@ -19,8 +19,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 cp "$testsrcdir"/../doc/amhello-1.0.tar.gz . \
   || fatal_ "cannot get amhello tarball"
 
index 56f7729427179d862acc1bcf6e45c941d100ad53..efff153ffaa05c75fb9482789161594f1f710ce7 100755 (executable)
@@ -21,8 +21,6 @@
 required=gcc
 . ./defs || Exit 1
 
-set -e
-
 cp "$testsrcdir"/../doc/amhello-1.0.tar.gz . \
   || fatal_ "cannot get amhello tarball"
 
index 6db91ba9d4e70dbc3f469feb87866ff99e820932..bc31243aad3c1da6a473a5205666076a670484b6 100755 (executable)
@@ -20,8 +20,6 @@
 required=i586-mingw32msvc-gcc
 . ./defs || Exit 1
 
-set -e
-
 cp "$testsrcdir"/../doc/amhello-1.0.tar.gz . \
   || fatal_ "cannot get amhello tarball"
 
index 543d9c62f2b91c54208457c8b54709b9af193c50..c04c6a8e36d56a4047713ce638825d6ddc6d42f1 100755 (executable)
@@ -19,8 +19,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 warn_rx='automatic de-ANSI-fication.*deprecated'
 
 cat >> configure.in <<'END'
index 81464c0f53f3b4ae22510507fab5794329e2bae5..1109129f21f9a35e0b61ffe7f67f45ff434b8e01 100755 (executable)
@@ -19,8 +19,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 re='Files .*automatically distributed.*if found'
 
 # The automake manual states that the list of automatically-distributed
index a5cab6a5015d67704e69d6eec7059b7a0233f8c0..40c3a7911bdd72575889631288af37a66e501a00 100755 (executable)
@@ -19,8 +19,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in << 'END'
 AC_ARG_ENABLE([success], [], [success=$enableval], [success=no])
 AS_IF([test $success = yes && test "$sentence" = 'it works :-)'],
index 695b47c19a4cccad0863c4e40c66f85e49e7d1c3..5c9a3207c192ab6386c76f956522844c79553a1e 100755 (executable)
@@ -22,8 +22,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in << 'END'
 AC_CONFIG_SUBDIRS([subpkg])
 if test $dc != ok || test $am_dc != ok; then
index 117d83c0e1881338f7b338ba79fbdc3b862a3919..9a2eb4c6219c8dca631e422d68acc21298352d2e 100755 (executable)
@@ -18,8 +18,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in << 'END'
 AC_ARG_ENABLE([success], [], [success=$enableval], [success=no])
 AS_IF([test $success = yes && test "$sentence" = 'it works :-)'],
index 9a2c384ad2d14e27a8d91f9ea3a023dd3511f360..16b151e13ea0aae6b76449e9986be99006d334d3 100755 (executable)
@@ -18,8 +18,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in << 'END'
 AC_OUTPUT
 END
index befc1d63cb77e2069a3e833f72f55bd286c4257a..7a2015619740add5ad1b9a3c7e10295baaf8be7a 100755 (executable)
@@ -20,8 +20,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in << 'END'
 AC_CONFIG_SUBDIRS([subpkg])
 AC_OUTPUT
index 072e614d4a858d7ce2a988bd1b9822337a5a8e65..eff02a6e91eb556e7b731752a4a79b42f7efc6ef 100755 (executable)
@@ -20,8 +20,6 @@
 parallel_tests=yes
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in << 'END'
 AC_PROG_MKDIR_P
 AC_OUTPUT
index 8680e29c75044435297d6a4ffbf263ef37f29dfd..dedef36ff358e0c2d680f0b4111540c3547beda4 100755 (executable)
@@ -19,8 +19,6 @@
 parallel_tests=yes
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in << 'END'
 AC_CONFIG_FILES([sub/Makefile])
 AC_OUTPUT
index 746c128d7ea389dd63e1f50133d8fe0f9e7f4011..95013f1de459280eea4d1c49895bd26541e51d35 100755 (executable)
@@ -21,8 +21,6 @@ parallel_tests=yes
 required=python
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in <<END
 AC_SUBST([PERL], ['$PERL'])
 AM_PATH_PYTHON
index 6e983807c3b430897789d56ab6af9772fc10d837..988e42470fe1fbe699035ecdedbb9c72acce53c9 100755 (executable)
@@ -19,8 +19,6 @@
 parallel_tests=yes
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in <<'END'
 AC_OUTPUT
 END
index 649360c90d8f253e7eea75724c3c15c99d47befa..b790c41997fa27317f14b38c7c699bd07be5a965 100755 (executable)
@@ -21,8 +21,6 @@
 parallel_tests=yes
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in <<'END'
 AC_OUTPUT
 END
index 8a50d293ff14642bd86073f2bfd7c091634f440f..0739cbed113b5df96d525cfea060a27a3ae5f19d 100755 (executable)
@@ -20,8 +20,6 @@
 parallel_tests=yes
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in <<'END'
 AC_OUTPUT
 END
index 645f318f256433e1d836916fe119516507db32bb..134c21220c6f54f863b40637dc0ef89a227847ac 100755 (executable)
@@ -20,8 +20,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in <<'END'
 AC_PROG_CC
 AC_PROG_RANLIB
index 315ee4ee82917e18df1445c2f748b89585358df1..b462a7dd5bb4ffbefb41c7756117cac5c8a24393 100755 (executable)
@@ -26,8 +26,6 @@
 required=cc
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in <<'END'
 AC_PROG_CC
 AC_PROG_RANLIB
index 88e0817293bae0cd185a92fd330efe646b96cb88..479170703a42f3e9ed62fde2674dbc0ba76bbdc5 100755 (executable)
@@ -22,8 +22,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 oIFS=$IFS # Saved for later.
 
 : > ltmain.sh
index f326808ff7a39a9bec9c4a18d737f14a1dc1bbd6..0d0a88c2f3405c8831e04d40293d17543526b191 100755 (executable)
@@ -19,8 +19,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in <<'END'
 AC_PROG_CC
 AC_PROG_RANLIB
index f84455035a613bc3f8bd5eb4c95c4bdae9a441e0..8f4a180fd8f2808408a02a47532baecc743e3dd8 100755 (executable)
@@ -21,8 +21,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in <<'END'
 m4_include([subdirs.m4])
 AC_SUBST([MAGIC], [magic])
index 7865c20d54d8cae24bc317050413a701e3b8c139..bda1ac73df757300bf1d81a6fc5d041cbc7ee3a4 100755 (executable)
@@ -23,8 +23,6 @@
 required=GNUmake
 . ./defs || Exit 1
 
-set -e
-
 magic1='::MagicString::One::'
 magic2='__MagicString__Two__'
 
index 18ba7326e5d4223116b20a11d508c96463045eb3..40f3e5f876273fac08fb5e302bc53df96d535983 100755 (executable)
@@ -23,8 +23,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 cat > configure.in <<END
 AC_INIT([$me], [1.0])
 AM_INIT_AUTOMAKE([foreign -Wall -Werror])
index 3ccfee5c49b3560ae1f09c5beeb9256cf1fab6ee..2df1e6f48461f230bfa622184e6241fdfa05ff5c 100755 (executable)
@@ -21,8 +21,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 if using_gmake; then
   remake=$MAKE
 else
index dcf306eb8ab68b95f9fc79d7d1516f9bd22bf4db..a8f755693ce6480cfc7932877c725e3fdc7e8135 100755 (executable)
@@ -21,8 +21,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 magic1='::MagicString::One::'
 magic2='__MagicString__Two__'
 
index a0255f5e9de5a0188b75c31fd06bc330055872de..a3348e9395ee1c792040fe5426f471212ebb7627 100755 (executable)
@@ -20,8 +20,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in <<'EOF'
 AM_SILENT_RULES
 AC_OUTPUT
index 6749bc2f26d761c85ca6f8eea53d7b3cca156976..08daa09d5daaca5c513e4efb7335e2c104ca9f68 100755 (executable)
@@ -22,8 +22,6 @@
 parallel_tests=no
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in <<END
 AC_SUBST([PERL], ['$PERL'])
 AC_OUTPUT