]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests: remove redundant settings of `errexit' shell flag
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 15 Apr 2011 16:41:06 +0000 (18:41 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 15 Apr 2011 16:48:12 +0000 (18:48 +0200)
* tests/autodist-acconfig.test: Do not set the `errexit'
shell flag, as it is already set by `tests/defs'.
* tests/autodist-acconfig-no-subdir.test: Likewise.
* tests/autodist-aclocal-m4.test: Likewise.
* tests/autodist-config-headers.test: Likewise.
* tests/autodist-configure-no-subdir.test: Likewise.
* tests/autodist-stamp-vti.test: Likewise.
* tests/autodist-subdir.test: Likewise.
* tests/autodist.test: Likewise.
* tests/check-exported-srcdir.test: Likewise.
* tests/check-tests-in-builddir.test: Likewise.
* tests/check-tests_environment.test: Likewise.
* tests/help-python.test: Likewise.
* tests/java-check.test: Likewise.
* tests/java-extra.test: Likewise.
* tests/java-noinst.test: Likewise.
* tests/lex-subobj-nodep.test: Likewise.
* tests/ltinit.test: Likewise.
* tests/m4-inclusion.test: Likewise.
* tests/maintclean-vpath.test: Likewise.
* tests/parallel-tests-subdir.test: Likewise.
* tests/pr8365-remake-timing.test: Likewise.
* tests/python-dist.test: Likewise.
* tests/python-vars.test: Likewise.
* tests/python-virtualenv.test: Likewise.
* tests/python5b.test: Likewise.
* tests/specflg-dummy.test: Likewise.
* tests/yacc-dist-nobuild-subdir.test: Likewise.

28 files changed:
ChangeLog
tests/autodist-acconfig-no-subdir.test
tests/autodist-acconfig.test
tests/autodist-aclocal-m4.test
tests/autodist-config-headers.test
tests/autodist-configure-no-subdir.test
tests/autodist-stamp-vti.test
tests/autodist-subdir.test
tests/autodist.test
tests/check-exported-srcdir.test
tests/check-tests-in-builddir.test
tests/check-tests_environment.test
tests/help-python.test
tests/java-check.test
tests/java-extra.test
tests/java-noinst.test
tests/lex-subobj-nodep.test
tests/ltinit.test
tests/m4-inclusion.test
tests/maintclean-vpath.test
tests/parallel-tests-subdir.test
tests/pr8365-remake-timing.test
tests/python-dist.test
tests/python-vars.test
tests/python-virtualenv.test
tests/python5b.test
tests/specflg-dummy.test
tests/yacc-dist-nobuild-subdir.test

index c4a7167ca35a08c90d41741f291b6d60ccbea4a2..cc75375f7bc08020db573f2d58d7eb51a973f4d2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,35 @@
+2011-04-14  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       tests: remove redundant settings of `errexit' shell flag
+       * tests/autodist-acconfig.test: Do not set the `errexit'
+       shell flag, as it is already set by `tests/defs'.
+       * tests/autodist-acconfig-no-subdir.test: Likewise.
+       * tests/autodist-aclocal-m4.test: Likewise.
+       * tests/autodist-config-headers.test: Likewise.
+       * tests/autodist-configure-no-subdir.test: Likewise.
+       * tests/autodist-stamp-vti.test: Likewise.
+       * tests/autodist-subdir.test: Likewise.
+       * tests/autodist.test: Likewise.
+       * tests/check-exported-srcdir.test: Likewise.
+       * tests/check-tests-in-builddir.test: Likewise.
+       * tests/check-tests_environment.test: Likewise.
+       * tests/help-python.test: Likewise.
+       * tests/java-check.test: Likewise.
+       * tests/java-extra.test: Likewise.
+       * tests/java-noinst.test: Likewise.
+       * tests/lex-subobj-nodep.test: Likewise.
+       * tests/ltinit.test: Likewise.
+       * tests/m4-inclusion.test: Likewise.
+       * tests/maintclean-vpath.test: Likewise.
+       * tests/parallel-tests-subdir.test: Likewise.
+       * tests/pr8365-remake-timing.test: Likewise.
+       * tests/python-dist.test: Likewise.
+       * tests/python-vars.test: Likewise.
+       * tests/python-virtualenv.test: Likewise.
+       * tests/python5b.test: Likewise.
+       * tests/specflg-dummy.test: Likewise.
+       * tests/yacc-dist-nobuild-subdir.test: Likewise.
+       
 2011-04-12  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        coverage: test for automake bug#8485 (known regression)
index e6bd5a98be302c46079a74b0c15848124c51c1be..931feaf02ae50a9f9fbbc40289192029f832ded2 100755 (executable)
@@ -20,8 +20,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in <<END
 AC_CONFIG_FILES([sub/Makefile])
 AC_OUTPUT
index 49ab2f05291ef1c63c0fbc8b5bc2e977cc29479a..5674e27276c0aacf5dae8bb7216f09fa46186737 100755 (executable)
@@ -20,8 +20,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in <<END
 AC_OUTPUT
 END
index 3f53d59c466c226fffd955bc2032532bc4489d3b..7ebfd4310109debdb5aa65da0b289ec540c9a957 100755 (executable)
@@ -23,8 +23,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 { echo 'm4_include([defs.m4])'
   cat configure.in
   echo 'AC_OUTPUT'
index 66c9beadc60609034df36f5b6431104b02640d98..76bd7407baa10ade57b34ed5523b82695f7b5851 100755 (executable)
@@ -21,8 +21,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in <<END
 AC_CONFIG_HEADERS([config.h sub/config.h cfg2.h:conf2.hin])
 AC_OUTPUT
index db640c4950b100d2332c469112153b59e89ecd24..d2bd60cf5b28422aab17095a9b9ad1d93ae0382a 100755 (executable)
@@ -20,8 +20,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in <<END
 AC_CONFIG_FILES([sub/Makefile])
 AC_OUTPUT
index 4f37e1417f5e861b580483150331578a6d85cc9d..2984372975ed16d7eda7e8c4cb25b14b29db6fec 100755 (executable)
@@ -21,8 +21,6 @@
 required=makeinfo
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in << END
 AC_OUTPUT
 END
index db694f876868340e7fea09b3ebf7060bf12fb10e..09dcc82ad334345e2d4e90c72bf324934a2414c3 100755 (executable)
@@ -26,8 +26,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in <<'END'
 AC_CONFIG_FILES([sub/Makefile])
 AC_OUTPUT
index 34b95266a5d970c1348473eabf428b417ea7b9a9..681be09842c78cdd96431acfade42dc0b19e0707 100755 (executable)
@@ -21,8 +21,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 # Ensure we are run from the right directory.
 # (The last thing we want is to delete some random user files.)
 test -f ../defs-static
index 5cec7fc85aa096d2af5eabc3049101ea3f76b6d5..6d173200b587ce31bc202b8c3f829bc493d10c84 100755 (executable)
@@ -20,8 +20,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 show_info ()
 {
   if test x"$parallel_tests" = x"yes"; then
index 2d0e423c0ff5ba959fb839b4cf2e85eeb8052d5e..58a602e0d7f5ba1c846eb90317ab5161670d4875 100755 (executable)
@@ -19,8 +19,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in << 'END'
 AC_OUTPUT
 END
index a07ab957e76c47b2a928b90d774bbf3e81ba19ca..e3dc76a6e602e75d7c7cfafab47ea0d1960e29f1 100755 (executable)
@@ -18,8 +18,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in << 'END'
 AC_OUTPUT
 END
index ba20013791a927c2e59f685e31f5333cfce61e28..e6a6fd3d9dcee4e5cf359c64d33ad5192ecf0925 100755 (executable)
@@ -19,8 +19,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 cat > configure.in <<END
 AC_INIT([$me], [1.0])
 AM_PATH_PYTHON
index a67b4e8c25a2288630e975cf7e79a780ae30bfef..ffec9b6d4bcc263b78743bdb3716579e40cf3b9c 100755 (executable)
@@ -21,8 +21,6 @@
 required=javac
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in << 'END'
 AC_OUTPUT
 END
index 9837d7548a1f8b2e93afc089b0ce264cba532ac5..cc5d8931e516cccb83f52ca769eaddbb221d5862 100755 (executable)
@@ -22,8 +22,6 @@
 required=javac
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in << 'END'
 AM_CONDITIONAL([COND], [test x"$cond" = x"yes"])
 AC_OUTPUT
index 6babc2766bd08919b67c95303528c978ec2c5e6e..5fe66d81ab8e860aa892346bb3c122cdf132340d 100755 (executable)
@@ -20,8 +20,6 @@
 required=javac
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in << 'END'
 AC_OUTPUT
 END
index 4449715156eccb145847d2d614554118aa85fddc..5f201cbbd4c4c41f42812ffd17366a063b5841ee 100755 (executable)
@@ -20,8 +20,6 @@
 required=flex
 . ./defs || Exit 1
 
-set -e
-
 cat >>configure.in <<\END
 AC_PROG_CC
 AM_PROG_CC_C_O
index b4eaad602ae61a43a825340e5c985ed37895d0c1..42c39138e85a51db7e45fd24fc62f8368bbde46a 100755 (executable)
@@ -21,8 +21,6 @@
 required='libtoolize'
 . ./defs || Exit 1
 
-set -e
-
 cat >>configure.in <<'END'
 AC_PROG_CC
 dnl Older libtool versions don't define LT_PREREQ :-(
index 927f5212a3e5191d9e91d39a53959ce7b45b5c3a..c9106aeec2f27b43dcb4bb93af9439217eb3070f 100755 (executable)
@@ -19,8 +19,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in <<'EOF'
 sinclude([doesntexist.m4])
 EOF
index 8dd2a95425a62421b496478c598fa389547c19a0..00c6d3f2bfe7e2f4ced2043e8921dad0bede2430 100755 (executable)
@@ -20,8 +20,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in << 'END'
 AC_CONFIG_FILES([bar sub/Makefile])
 AC_OUTPUT
index 18695fe46193b22e062180b5ad089c570cc02fdc..879c8580f675cbf5b6e721a3930084b85a379f04 100755 (executable)
@@ -20,8 +20,6 @@
 parallel_tests=yes
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in << 'END'
 AC_OUTPUT
 END
index 079b0c00a0563c33c06f8e1e88b87984d6a624a0..5dbebc6309dc54db03df4b1a6391b1758a858089 100755 (executable)
@@ -24,8 +24,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 # We'll use calls to stat to get debugging information.
 if stat /dev/null; then stat=stat; else stat=:; fi
 
index fbf3ca568e9e355ec36bd13c25079e535eb64932..d66ee802fdaf5080b717cd764657dc49fbb5ad90 100755 (executable)
@@ -19,8 +19,6 @@
 # This test does not require python.
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in << 'END'
 AM_PATH_PYTHON([], [:], [:])
 AC_OUTPUT
index 7defee20ce1cb768cb75fb3253d8c2a6d3bca1c3..8e38d1f53ac78249e61b2e6ce005a434ea585c9e 100755 (executable)
@@ -20,8 +20,6 @@
 required=python
 . ./defs || Exit 1
 
-set -e
-
 # In case the user's config.site defines pythondir or pyexecdir.
 CONFIG_SITE=/dev/null; export CONFIG_SITE
 
index 4bbfbfc4c8442e93908d92403967d8a14bb225d1..11055b0b388dae667fa17f24cf69072c0fab92c9 100755 (executable)
@@ -20,8 +20,6 @@
 required='python virtualenv'
 . ./defs || Exit 1
 
-set -e
-
 # In case the user's config.site defines pythondir or pyexecdir.
 CONFIG_SITE=/dev/null; export CONFIG_SITE
 
index 7f77cda5dac360826dc45c19a214007d536c5349..c903e3d19ab1b7bd7b8338ea40296ba0e069abdd 100755 (executable)
@@ -20,8 +20,6 @@
 required=python
 . ./defs || Exit 1
 
-set -e
-
 cat >>configure.in << 'END'
 # Hopefully the Python team will never release such a version.
 AM_PATH_PYTHON([9999.9])
index 614d6c25e10ac0d967808794c59ec8781c905a97..0f4f33ad1c55c5d10b1f736094cd7571d1bf7287 100755 (executable)
@@ -22,8 +22,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 # Disable shell globbing if possible.
 (set +f) >/dev/null 2>&1 && set +f
 
index b6811d7b95a5fc7572bfc1923b52bb8f25889cc0..f48d34bce7428c857c7ab41f3f8a9017ed83c335 100755 (executable)
@@ -21,8 +21,6 @@
 required=yacc
 . ./defs || Exit 1
 
-set -e
-
 distdir=$me-1.0
 
 cat >> configure.in << 'END'