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-20-g0


From: Ralf Wildenhues
Subject: [Automake-commit] [SCM] GNU Automake branch, next, updated. v1.10b-20-g0300229
Date: Fri, 10 Apr 2009 11:39:54 +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=0300229319efe127207981d453408092fa30d96c

The branch, next has been updated
       via  0300229319efe127207981d453408092fa30d96c (commit)
      from  babf1633c7d53dc5de61c3456a03590e8a823e83 (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 0300229319efe127207981d453408092fa30d96c
Author: Ralf Wildenhues <address@hidden>
Date:   Fri Apr 10 13:37:31 2009 +0200

    parallel-tests: more testsuite exposure.
    
    * tests/parallel-tests.test: Also test overriding TEST_LOGS and
    TESTS.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog                 |    4 ++++
 tests/parallel-tests.test |   16 ++++++++++++++++
 2 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 7a9208c..4e5afbe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-04-10  Ralf Wildenhues  <address@hidden>
 
+       parallel-tests: more testsuite exposure.
+       * tests/parallel-tests.test: Also test overriding TEST_LOGS and
+       TESTS.
+
        parallel-tests: let VERBOSE=yes output appear before summary.
        * lib/am/check.am ($(TEST_SUITE_LOG)): In `VERBOSE=yes' mode,
        output contents of `$(TEST_SUITE_LOG)' before, rather than after
diff --git a/tests/parallel-tests.test b/tests/parallel-tests.test
index 056ab2f..c2ff258 100755
--- a/tests/parallel-tests.test
+++ b/tests/parallel-tests.test
@@ -20,6 +20,8 @@
 # - TEST_SUITE_LOG
 # - dependencies between tests
 # - DISABLE_HARD_ERRORS
+# - TESTS
+# - TEST_LOGS
 # - RECHECK_LOGS
 
 . ./defs-p || Exit 1
@@ -139,4 +141,18 @@ cat stdout
 grep 'this is.*bar.test' stdout
 grep 'this is.*baz.test' stdout
 
+$MAKE clean
+env TEST_LOGS=baz.log $MAKE -e check > stdout && { cat stdout; Exit 1; }
+cat stdout
+grep foo.test stdout && Exit 1
+grep bar.test stdout && Exit 1
+grep baz.test stdout
+
+$MAKE clean
+env TESTS=baz.test $MAKE -e check > stdout && { cat stdout; Exit 1; }
+cat stdout
+grep foo.test stdout && Exit 1
+grep bar.test stdout && Exit 1
+grep baz.test stdout
+
 :


hooks/post-receive
--
GNU Automake




reply via email to

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