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-1282-gd61c64c
Date: Fri, 02 Sep 2011 16:07:58 +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=d61c64c131b2ac809e7470beac7b48c64c797049

The branch, testsuite-work has been updated
       via  d61c64c131b2ac809e7470beac7b48c64c797049 (commit)
       via  6f3695f5fc884861d11e2bfcc8b5582e5e715be2 (commit)
       via  d2db023c9918fa33de85cc818429c8b16f0ae6b9 (commit)
       via  aefdc84817e164be8f27f76b6b6dc76fe355a799 (commit)
       via  8e959b1107f69ac6d85847d5c0f13f4c0a686bcc (commit)
       via  ef44cad1cc983f43e6aa48f7b50d19346a7f55f4 (commit)
      from  94be2839c1a51f9c47eaf9e0deba79bb59b27dd2 (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 d61c64c131b2ac809e7470beac7b48c64c797049
Author: Stefano Lattarini <address@hidden>
Date:   Fri Sep 2 17:58:58 2011 +0200

    tests: remove redundant settings of `errexit' shell flag
    
    * doc-parsing-buglets-colneq-subst.test: Do not set the
    `errexit' shell flag, as it is already set by `tests/defs'.
    * doc-parsing-buglets-tabs.test: Likewise.
    * java-empty-classpath.test: Likewise.
    * vala-vpath.test: Likewise.

commit 6f3695f5fc884861d11e2bfcc8b5582e5e715be2
Author: Stefano Lattarini <address@hidden>
Date:   Fri Sep 2 17:50:33 2011 +0200

    tests: more uses of `$top_testsrcdir', in the `amhello' tests
    
    * tests/amhello-binpkg.test: Use `$top_testsrcdir' instead
    of `$testsrcdir/..'.
    * tests/amhello-cflags.test: Likewise.
    * tests/amhello-cross-compile.test: Likewise.

commit d2db023c9918fa33de85cc818429c8b16f0ae6b9
Author: Stefano Lattarini <address@hidden>
Date:   Fri Sep 2 17:46:41 2011 +0200

    tests: avoid creating useless files in the `amhello' tests
    
    * tests/amhello-binpkg.test: Define `$am_create_testdir' to
    "empty" before sourcing ./defs, to avoid bringing in unused
    auxiliary files.
    * tests/amhello-cflags.test: Likewise.
    * tests/amhello-cross-compile.test: Likewise.

commit aefdc84817e164be8f27f76b6b6dc76fe355a799
Merge: 94be283 8e959b1
Author: Stefano Lattarini <address@hidden>
Date:   Fri Sep 2 17:40:43 2011 +0200

    Merge branch 'master' into testsuite-work

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

Summary of changes:
 ChangeLog                                   |   28 ++++++++++++++++++++++++++-
 tests/amhello-binpkg.test                   |    3 +-
 tests/amhello-cflags.test                   |    3 +-
 tests/amhello-cross-compile.test            |    5 ++-
 tests/doc-parsing-buglets-colneq-subst.test |    2 -
 tests/doc-parsing-buglets-tabs.test         |    2 -
 tests/java-empty-classpath.test             |    2 -
 tests/vala-vpath.test                       |    2 -
 8 files changed, 34 insertions(+), 13 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a5f89d4..92914b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,30 @@
-2011-09-02 Stefano Lattarini  <address@hidden>
+2011-09-02  Stefano Lattarini  <address@hidden>
+
+       tests: remove redundant settings of `errexit' shell flag
+       * doc-parsing-buglets-colneq-subst.test: Do not set the
+       `errexit' shell flag, as it is already set by `tests/defs'.
+       * doc-parsing-buglets-tabs.test: Likewise.
+       * java-empty-classpath.test: Likewise.
+       * vala-vpath.test: Likewise.
+
+2011-09-02  Stefano Lattarini  <address@hidden>
+
+       tests: more uses of `$top_testsrcdir', in the `amhello' tests
+       * tests/amhello-binpkg.test: Use `$top_testsrcdir' instead
+       of `$testsrcdir/..'.
+       * tests/amhello-cflags.test: Likewise.
+       * tests/amhello-cross-compile.test: Likewise.
+
+2011-09-02  Stefano Lattarini  <address@hidden>
+
+       tests: avoid creating useless files in the `amhello' tests
+       * tests/amhello-binpkg.test: Define `$am_create_testdir' to
+       "empty" before sourcing ./defs, to avoid bringing in unused
+       auxiliary files.
+       * tests/amhello-cflags.test: Likewise.
+       * tests/amhello-cross-compile.test: Likewise.
+
+2011-09-02  Stefano Lattarini  <address@hidden>
 
        coverage: vala support failing for VPATH from-scratch builds
        * tests/vala-vpath.test: New test, xfailing.
diff --git a/tests/amhello-binpkg.test b/tests/amhello-binpkg.test
index bd1e50b..00238e8 100755
--- a/tests/amhello-binpkg.test
+++ b/tests/amhello-binpkg.test
@@ -17,9 +17,10 @@
 # Test an example from the manual about the `amhello' package:
 # using DESTDIR to build simple, no-frills binary packages.
 
+am_create_testdir=empty
 . ./defs || Exit 1
 
-cp "$testsrcdir"/../doc/amhello-1.0.tar.gz . \
+cp "$top_testsrcdir"/doc/amhello-1.0.tar.gz . \
   || fatal_ "cannot get amhello tarball"
 
 gzip -dc amhello-1.0.tar.gz | tar xf -
diff --git a/tests/amhello-cflags.test b/tests/amhello-cflags.test
index efff153..5811f45 100755
--- a/tests/amhello-cflags.test
+++ b/tests/amhello-cflags.test
@@ -18,10 +18,11 @@
 # using VPATH builds to configure the same package with different
 # options.
 
+am_create_testdir=empty
 required=gcc
 . ./defs || Exit 1
 
-cp "$testsrcdir"/../doc/amhello-1.0.tar.gz . \
+cp "$top_testsrcdir"/doc/amhello-1.0.tar.gz . \
   || fatal_ "cannot get amhello tarball"
 
 gzip -dc amhello-1.0.tar.gz | tar xf -
diff --git a/tests/amhello-cross-compile.test b/tests/amhello-cross-compile.test
index bc31243..cd00307 100755
--- a/tests/amhello-cross-compile.test
+++ b/tests/amhello-cross-compile.test
@@ -17,14 +17,15 @@
 # Test an example from the manual about the `amhello' package:
 # cross-compiling a package from Linux/Unix to MinGW.
 
+am_create_testdir=empty
 required=i586-mingw32msvc-gcc
 . ./defs || Exit 1
 
-cp "$testsrcdir"/../doc/amhello-1.0.tar.gz . \
+cp "$top_testsrcdir"/doc/amhello-1.0.tar.gz . \
   || fatal_ "cannot get amhello tarball"
 
 host=i586-mingw32msvc
-build=`"$testsrcdir"/../lib/config.guess` && test -n "$build" \
+build=`"$top_testsrcdir"/lib/config.guess` && test -n "$build" \
   || fatal_ "cannot guess build platform"
 case $build in *mingw*) skip_ "build system is MinGW too";; esac
 
diff --git a/tests/doc-parsing-buglets-colneq-subst.test 
b/tests/doc-parsing-buglets-colneq-subst.test
index 685d2b6..f3a68d6 100755
--- a/tests/doc-parsing-buglets-colneq-subst.test
+++ b/tests/doc-parsing-buglets-colneq-subst.test
@@ -24,8 +24,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 cat > Makefile.am <<'END'
 $(FOO:=x): bar
 END
diff --git a/tests/doc-parsing-buglets-tabs.test 
b/tests/doc-parsing-buglets-tabs.test
index acff363..c50bc1f 100755
--- a/tests/doc-parsing-buglets-tabs.test
+++ b/tests/doc-parsing-buglets-tabs.test
@@ -22,8 +22,6 @@
 
 . ./defs || Exit 1
 
-set -e
-
 cat > Makefile.am <<END
 .PHONY: test
 test: all check
diff --git a/tests/java-empty-classpath.test b/tests/java-empty-classpath.test
index e94f885..77270b4 100755
--- a/tests/java-empty-classpath.test
+++ b/tests/java-empty-classpath.test
@@ -20,8 +20,6 @@
 required=javac
 . ./defs || Exit 1
 
-set -e
-
 cat >> configure.in <<'END'
 AC_CONFIG_SRCDIR([org/gnu/bug/Library.java])
 AC_CONFIG_FILES([
diff --git a/tests/vala-vpath.test b/tests/vala-vpath.test
index 98e0f43..9db9de0 100755
--- a/tests/vala-vpath.test
+++ b/tests/vala-vpath.test
@@ -20,8 +20,6 @@
 required="valac"
 . ./defs || Exit 1
 
-set -e
-
 mkdir src
 
 cat >> configure.in << 'END'


hooks/post-receive
-- 
GNU Automake



reply via email to

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