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-19-gb


From: Ralf Wildenhues
Subject: [Automake-commit] [SCM] GNU Automake branch, next, updated. v1.10b-19-gbabf163
Date: Fri, 10 Apr 2009 11:35:44 +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=babf1633c7d53dc5de61c3456a03590e8a823e83

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

    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
    the test suite summary.  This ensures that the email address
    appears near the end of the output; also, the log file already
    starts with a result summary anyway.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog                      |    7 +++++++
 lib/Automake/tests/Makefile.in |    2 +-
 lib/am/check.am                |    2 +-
 tests/Makefile.in              |    2 +-
 4 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c79631e..7a9208c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2009-04-10  Ralf Wildenhues  <address@hidden>
 
+       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
+       the test suite summary.  This ensures that the email address
+       appears near the end of the output; also, the log file already
+       starts with a result summary anyway.
+
        parallel-tests: `clean recheck' should not rerun all tests.
        * lib/am/check.am (recheck, recheck-html): Do not rerun all
        tests if `$(TEST_SUITE_LOG)' does not exist.
diff --git a/lib/Automake/tests/Makefile.in b/lib/Automake/tests/Makefile.in
index 44e794a..8233295 100644
--- a/lib/Automake/tests/Makefile.in
+++ b/lib/Automake/tests/Makefile.in
@@ -370,6 +370,7 @@ $(TEST_SUITE_LOG): $(TEST_LOGS)
            msg="$${msg}Please report to $(PACKAGE_BUGREPORT).  ";      \
          fi;                                                           \
        fi;                                                             \
+       test x"$$VERBOSE" = x || $$exit || cat $(TEST_SUITE_LOG);       \
        $(am__tty_colors);                                              \
        if $$exit; then                                                 \
          echo $(ECHO_N) "$$grn$(ECHO_C)";                              \
@@ -378,7 +379,6 @@ $(TEST_SUITE_LOG): $(TEST_LOGS)
        fi;                                                             \
        echo "$$msg" | $(am__text_box);                                 \
        echo $(ECHO_N) "$$std$(ECHO_C)";                                \
-       test x"$$VERBOSE" = x || $$exit || cat $(TEST_SUITE_LOG);       \
        $$exit
 
 # Run all the tests.
diff --git a/lib/am/check.am b/lib/am/check.am
index f0917a0..00b80d6 100644
--- a/lib/am/check.am
+++ b/lib/am/check.am
@@ -208,6 +208,7 @@ $(TEST_SUITE_LOG): $(TEST_LOGS)
            msg="$${msg}Please report to $(PACKAGE_BUGREPORT).  ";      \
          fi;                                                           \
        fi;                                                             \
+       test x"$$VERBOSE" = x || $$exit || cat $(TEST_SUITE_LOG);       \
        $(am__tty_colors);                                              \
        if $$exit; then                                                 \
          echo $(ECHO_N) "$$grn$(ECHO_C)";                              \
@@ -216,7 +217,6 @@ $(TEST_SUITE_LOG): $(TEST_LOGS)
        fi;                                                             \
        echo "$$msg" | $(am__text_box);                                 \
        echo $(ECHO_N) "$$std$(ECHO_C)";                                \
-       test x"$$VERBOSE" = x || $$exit || cat $(TEST_SUITE_LOG);       \
        $$exit
 
 RECHECK_LOGS = $(TEST_LOGS)
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 9f21e73..836f253 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -1103,6 +1103,7 @@ $(TEST_SUITE_LOG): $(TEST_LOGS)
            msg="$${msg}Please report to $(PACKAGE_BUGREPORT).  ";      \
          fi;                                                           \
        fi;                                                             \
+       test x"$$VERBOSE" = x || $$exit || cat $(TEST_SUITE_LOG);       \
        $(am__tty_colors);                                              \
        if $$exit; then                                                 \
          echo $(ECHO_N) "$$grn$(ECHO_C)";                              \
@@ -1111,7 +1112,6 @@ $(TEST_SUITE_LOG): $(TEST_LOGS)
        fi;                                                             \
        echo "$$msg" | $(am__text_box);                                 \
        echo $(ECHO_N) "$$std$(ECHO_C)";                                \
-       test x"$$VERBOSE" = x || $$exit || cat $(TEST_SUITE_LOG);       \
        $$exit
 
 # Run all the tests.


hooks/post-receive
--
GNU Automake




reply via email to

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