automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11b-26-


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11b-26-g944ec77
Date: Sat, 14 Apr 2012 08:04:12 +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=944ec778e4bb30fed061b86d7859555c7a29fa6f

The branch, master has been updated
       via  944ec778e4bb30fed061b86d7859555c7a29fa6f (commit)
      from  c5a1ec04cbd53df049b125a441a49d69b7dcd0f0 (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 944ec778e4bb30fed061b86d7859555c7a29fa6f
Author: Stefano Lattarini <address@hidden>
Date:   Sat Apr 14 09:55:41 2012 +0200

    parallel-tests: print error messages on stderr, not stdout
    
    * lib/am/check.am ($(TEST_SUITE_LOG)): Be sure to print error messages
    on stderr, not on stdout.
    
    Signed-off-by: Stefano Lattarini <address@hidden>

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

Summary of changes:
 lib/am/check.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/am/check.am b/lib/am/check.am
index 404f13c..0ce064d 100644
--- a/lib/am/check.am
+++ b/lib/am/check.am
@@ -170,9 +170,9 @@ $(TEST_SUITE_LOG): $(TEST_LOGS)
          errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
          for i in $$redo_bases; do \
            test -f $$i.trs && test -r $$i.trs \
-             || { echo "$$errmsg $$i.trs"; st=1; }; \
+             || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
            test -f $$i.log && test -r $$i.log \
-             || { echo "$$errmsg $$i.log"; st=1; }; \
+             || { echo "$$errmsg $$i.log" >&2; st=1; }; \
          done; \
          test $$st -eq 0 || exit 1; \
        fi


hooks/post-receive
-- 
GNU Automake



reply via email to

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