automake-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-commit] [SCM] GNU Automake branch, testsuite-work, updated. v1


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, testsuite-work, updated. v1.11-1507-g75b82e6
Date: Fri, 21 Oct 2011 08:37:32 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".

http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=75b82e61cd675689885efe312402033cd77b04b8

The branch, testsuite-work has been updated
       via  75b82e61cd675689885efe312402033cd77b04b8 (commit)
      from  4b2a828b7a7477ecd984bcf0b7cc2887579bce10 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 75b82e61cd675689885efe312402033cd77b04b8
Author: Stefano Lattarini <address@hidden>
Date:   Fri Oct 21 10:34:31 2011 +0200

    tests: remove redundant settings of `errexit' shell flag
    
    * tests/aclocal-path-install-serial.test: Do not set the
    `errexit' shell flag, as it is already set by `tests/defs'.
    * tests/aclocal-path-install.test: Likewise.
    * tests/aclocal-path-nonexistent.test: Likewise.
    * tests/aclocal-path-precedence.test: Likewise.
    * tests/aclocal-path.test: Likewise.
    * tests/dist-auxfile-2.test: Likewise.
    * tests/dist-auxfile.test: Likewise.
    * tests/distcheck-pr9579.test: Likewise.
    * tests/javadir-undefined.test: Likewise.
    * tests/subpkg-yacc.test: Likewise.
    * tests/test-extensions-cond.test: Likewise.
    * tests/test-extensions.test: Likewise.
    * tests/uninstall-fail.test: Likewise.
    * tests/uninstall-pr9578.test: Likewise.
    * tests/distcheck-override-infodir.test: Likewise.  Also,
    fix typo in heading comments since we are at it.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                              |   21 +++++++++++++++++++++
 tests/aclocal-path-install-serial.test |    2 --
 tests/aclocal-path-install.test        |    2 --
 tests/aclocal-path-nonexistent.test    |    2 --
 tests/aclocal-path-precedence.test     |    2 --
 tests/aclocal-path.test                |    2 --
 tests/dist-auxfile-2.test              |    2 --
 tests/dist-auxfile.test                |    2 --
 tests/distcheck-override-infodir.test  |    4 +---
 tests/distcheck-pr9579.test            |    2 --
 tests/javadir-undefined.test           |    2 --
 tests/subpkg-yacc.test                 |    2 --
 tests/test-extensions-cond.test        |    2 --
 tests/test-extensions.test             |    2 --
 tests/uninstall-fail.test              |    2 --
 tests/uninstall-pr9578.test            |    2 --
 16 files changed, 22 insertions(+), 31 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4b3c711..2971556 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2011-10-21  Stefano Lattarini  <address@hidden>
+
+       tests: remove redundant settings of `errexit' shell flag
+       * tests/aclocal-path-install-serial.test: Do not set the
+       `errexit' shell flag, as it is already set by `tests/defs'.
+       * tests/aclocal-path-install.test: Likewise.
+       * tests/aclocal-path-nonexistent.test: Likewise.
+       * tests/aclocal-path-precedence.test: Likewise.
+       * tests/aclocal-path.test: Likewise.
+       * tests/dist-auxfile-2.test: Likewise.
+       * tests/dist-auxfile.test: Likewise.
+       * tests/distcheck-pr9579.test: Likewise.
+       * tests/javadir-undefined.test: Likewise.
+       * tests/subpkg-yacc.test: Likewise.
+       * tests/test-extensions-cond.test: Likewise.
+       * tests/test-extensions.test: Likewise.
+       * tests/uninstall-fail.test: Likewise.
+       * tests/uninstall-pr9578.test: Likewise.
+       * tests/distcheck-override-infodir.test: Likewise.  Also,
+       fix typo in heading comments since we are at it.
+
 2011-10-20  Stefano Lattarini  <address@hidden>
 
        fixup: add forgotten test scripts to $(TESTS)
diff --git a/tests/aclocal-path-install-serial.test 
b/tests/aclocal-path-install-serial.test
index 511ccee..ca01174 100755
--- a/tests/aclocal-path-install-serial.test
+++ b/tests/aclocal-path-install-serial.test
@@ -20,8 +20,6 @@
 am_create_testdir=empty
 . ./defs || Exit 1
 
-set -e
-
 cat > configure.in << 'END'
 AC_INIT
 AM_FOO
diff --git a/tests/aclocal-path-install.test b/tests/aclocal-path-install.test
index 5e46eb6..a07d5ab 100755
--- a/tests/aclocal-path-install.test
+++ b/tests/aclocal-path-install.test
@@ -19,8 +19,6 @@
 am_create_testdir=empty
 . ./defs || Exit 1
 
-set -e
-
 cat > configure.in << 'END'
 AC_INIT
 AM_FOO
diff --git a/tests/aclocal-path-nonexistent.test 
b/tests/aclocal-path-nonexistent.test
index e1157a1..0be9938 100755
--- a/tests/aclocal-path-nonexistent.test
+++ b/tests/aclocal-path-nonexistent.test
@@ -19,8 +19,6 @@
 am_create_testdir=empty
 . ./defs || Exit 1
 
-set -e
-
 cat > configure.in << 'END'
 AC_INIT
 AM_FOO
diff --git a/tests/aclocal-path-precedence.test 
b/tests/aclocal-path-precedence.test
index 6012f87..a9c864b 100755
--- a/tests/aclocal-path-precedence.test
+++ b/tests/aclocal-path-precedence.test
@@ -19,8 +19,6 @@
 am_create_testdir=empty
 . ./defs || Exit 1
 
-set -e
-
 cat > configure.in << 'END'
 AC_INIT([foo], [1.0])
 AM_INIT_AUTOMAKE([parallel-tests])
diff --git a/tests/aclocal-path.test b/tests/aclocal-path.test
index 16fd3f9..42c6820 100755
--- a/tests/aclocal-path.test
+++ b/tests/aclocal-path.test
@@ -19,8 +19,6 @@
 am_create_testdir=empty
 . ./defs || Exit 1
 
-set -e
-
 cat > configure.in << 'END'
 AC_INIT
 AM_FOO_MACRO
diff --git a/tests/dist-auxfile-2.test b/tests/dist-auxfile-2.test
index 08daa6c..77e6ffb 100755
--- a/tests/dist-auxfile-2.test
+++ b/tests/dist-auxfile-2.test
@@ -22,8 +22,6 @@
 am_create_testdir=empty
 . ./defs || Exit 1
 
-set -e
-
 cat > configure.in <<END
 AC_INIT([$me], [1.0])
 AC_CONFIG_AUX_DIR([sub])
diff --git a/tests/dist-auxfile.test b/tests/dist-auxfile.test
index 6efd737..91b09e9 100755
--- a/tests/dist-auxfile.test
+++ b/tests/dist-auxfile.test
@@ -22,8 +22,6 @@
 am_create_testdir=empty
 . ./defs || Exit 1
 
-set -e
-
 i=0
 for auxdir in build-aux ''; do
 
diff --git a/tests/distcheck-override-infodir.test 
b/tests/distcheck-override-infodir.test
index 8c54cfb..847e236 100755
--- a/tests/distcheck-override-infodir.test
+++ b/tests/distcheck-override-infodir.test
@@ -15,13 +15,11 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Check that we can override ${infodir} while having distcheck still
-# working.  Relate to automake bug#9579.
+# working.  Related to automake bug#9579.
 
 required='makeinfo tex texi2dvi'
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in << 'END'
 AC_OUTPUT
 END
diff --git a/tests/distcheck-pr9579.test b/tests/distcheck-pr9579.test
index 667401d..341a680 100755
--- a/tests/distcheck-pr9579.test
+++ b/tests/distcheck-pr9579.test
@@ -19,8 +19,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in << 'END'
 AC_OUTPUT
 END
diff --git a/tests/javadir-undefined.test b/tests/javadir-undefined.test
index 9b6d1f3..548865d 100755
--- a/tests/javadir-undefined.test
+++ b/tests/javadir-undefined.test
@@ -22,8 +22,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 $ACLOCAL
 
 echo java_JAVA = a.java > Makefile.am
diff --git a/tests/subpkg-yacc.test b/tests/subpkg-yacc.test
index ee8af66..a9d19e9 100755
--- a/tests/subpkg-yacc.test
+++ b/tests/subpkg-yacc.test
@@ -21,8 +21,6 @@
 required='cc yacc'
 . ./defs || Exit 1
 
-set -e
-
 cat >>configure.in <<'END'
 AC_PROG_CC
 AC_CONFIG_SUBDIRS([lib])
diff --git a/tests/test-extensions-cond.test b/tests/test-extensions-cond.test
index 41a5b25..0f9708c 100755
--- a/tests/test-extensions-cond.test
+++ b/tests/test-extensions-cond.test
@@ -19,8 +19,6 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in << 'END'
 AM_CONDITIONAL([COND], [:])
 AM_CONDITIONAL([COND2], [:])
diff --git a/tests/test-extensions.test b/tests/test-extensions.test
index 5c8107d..e9b7e02 100755
--- a/tests/test-extensions.test
+++ b/tests/test-extensions.test
@@ -21,8 +21,6 @@
 am_parallel_tests=yes
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in <<'END'
 AC_OUTPUT
 END
diff --git a/tests/uninstall-fail.test b/tests/uninstall-fail.test
index 14a843b..f87a20f 100755
--- a/tests/uninstall-fail.test
+++ b/tests/uninstall-fail.test
@@ -22,8 +22,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 mkdir d
 : > d/f
 chmod a-w d || skip "cannot make directories unwritable"
diff --git a/tests/uninstall-pr9578.test b/tests/uninstall-pr9578.test
index 9aea52d..f9122ce 100755
--- a/tests/uninstall-pr9578.test
+++ b/tests/uninstall-pr9578.test
@@ -24,8 +24,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in << 'END'
 AC_OUTPUT
 END


hooks/post-receive
-- 
GNU Automake



reply via email to

[Prev in Thread] Current Thread [Next in Thread]