automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, next, updated. v1.10b-22-g2


From: Ralf Wildenhues
Subject: [Automake-commit] [SCM] GNU Automake branch, next, updated. v1.10b-22-g2e959a8
Date: Mon, 13 Apr 2009 11:38:06 +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=2e959a815c6f144441a59761a2b4dc51d28ec776

The branch, next has been updated
       via  2e959a815c6f144441a59761a2b4dc51d28ec776 (commit)
       via  ba6bb312dfcb711e4dc4b1839a3c05db04b55b44 (commit)
      from  0300229319efe127207981d453408092fa30d96c (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 2e959a815c6f144441a59761a2b4dc51d28ec776
Author: Ralf Wildenhues <address@hidden>
Date:   Mon Apr 13 13:36:19 2009 +0200

    manual: Add note about parallelism and tests ordering.
    
    * doc/automake.texi (Simple Tests using parallel-tests):
    Dependencies between test logs work for tests with known
    extensions only.  Hint that tests should be prepared to be run
    in parallel.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

commit ba6bb312dfcb711e4dc4b1839a3c05db04b55b44
Author: Ralf Wildenhues <address@hidden>
Date:   Mon Apr 13 13:35:06 2009 +0200

    Fix maintainer-check failure.
    
    * tests/suffix13.test: Use Exit not exit.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog           |   11 +++++++++++
 doc/automake.texi   |    8 +++++++-
 tests/suffix13.test |    2 +-
 3 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4e5afbe..0737903 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2009-04-13  Ralf Wildenhues  <address@hidden>
+
+       manual: Add note about parallelism and tests ordering.
+       * doc/automake.texi (Simple Tests using parallel-tests):
+       Dependencies between test logs work for tests with known
+       extensions only.  Hint that tests should be prepared to be run
+       in parallel.
+
+       Fix maintainer-check failure.
+       * tests/suffix13.test: Use Exit not exit.
+
 2009-04-10  Ralf Wildenhues  <address@hidden>
 
        parallel-tests: more testsuite exposure.
diff --git a/doc/automake.texi b/doc/automake.texi
index 77beee3..453fff9 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -8648,7 +8648,13 @@ foo-execute.log: foo-compile.log
 @noindent
 Please note that this ordering ignores the @emph{results} of required
 tests, thus the test @file{foo-execute.test} is run even if the test
address@hidden failed or was skipped beforehand.
address@hidden failed or was skipped beforehand.  Further,
+please note that specifying such dependencies currently works only for
+tests that end in one of the suffixes listed in @code{TEST_EXTENSIONS}.
+
+Tests without such specified dependencies may be run concurrently with
+parallel @command{make address@hidden, so be sure they are prepared for
+concurrent execution.
 
 @cindex Unit tests
 The combination of lazy test execution and correct dependencies between
diff --git a/tests/suffix13.test b/tests/suffix13.test
index dda4cfb..df5f4d5 100755
--- a/tests/suffix13.test
+++ b/tests/suffix13.test
@@ -22,7 +22,7 @@
 # and subdir objects.
 # Reported by Florian Briegel.
 
-. ./defs || exit 1
+. ./defs || Exit 1
 
 set -e
 


hooks/post-receive
--
GNU Automake




reply via email to

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