automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.12-62-ga


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.12-62-ga16b838
Date: Sat, 05 May 2012 14:40:33 +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=a16b838b03e759e5a98fdb9f1546d6ad302b3f4c

The branch, maint has been updated
       via  a16b838b03e759e5a98fdb9f1546d6ad302b3f4c (commit)
       via  952d91c054d4e68731a23752afc904f9f9061491 (commit)
      from  5677e1d4e4c94261413f59b241f8c8191566e8bb (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 a16b838b03e759e5a98fdb9f1546d6ad302b3f4c
Merge: 5677e1d 952d91c
Author: Stefano Lattarini <address@hidden>
Date:   Sat May 5 16:39:10 2012 +0200

    Merge branch 'parallel-tests-performance' into maint
    
    * parallel-tests-performance:
      parallel-tests: separate different logs with an empty line

commit 952d91c054d4e68731a23752afc904f9f9061491
Author: Stefano Lattarini <address@hidden>
Date:   Sat May 5 16:33:36 2012 +0200

    parallel-tests: separate different logs with an empty line
    
    After commit v1.12-21-g5eeb366 "parallel-tests: optimize global log
    creation", the log files copied in the global log are not anymore
    separated by a blank line, causing unclear output like this:
    
      FAIL: test1
      ===========
    
      output from test 1
      FAIL: test2
      ===========
    
      output from test 2
    
    where we would want something like this:
    
      FAIL: test1
      ===========
    
      output from test 1
    
      FAIL: test2
      ===========
    
      output from test 2
    
    Fix this regression.
    
    * lib/am/check.am (am__create_global_log): Print an extra empty line
    after having displayed the content of a '.log' file.
    
    Signed-off-by: Stefano Lattarini <address@hidden>

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

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

diff --git a/lib/am/check.am b/lib/am/check.am
index 522c953..9cda82a 100644
--- a/lib/am/check.am
+++ b/lib/am/check.am
@@ -156,6 +156,7 @@ function rst_section(header) \
           fatal("failed to read from " $$0 ".log"); \
         print line; \
       }; \
+      printf "\n"; \
     }; \
 ## Don't leak open file descriptors, as this could cause serious
 ## problems when there are many tests (yes, even on Linux).


hooks/post-receive
-- 
GNU Automake



reply via email to

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