autoconf-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Autoconf source repository branch, master, updated. v2.66-23-g


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.66-23-g991183c
Date: Wed, 21 Jul 2010 19:54:22 +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 Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=991183c4ee13a2eaa683a2526c62cb5ed8d2766c

The branch, master has been updated
       via  991183c4ee13a2eaa683a2526c62cb5ed8d2766c (commit)
      from  69eb1bda9a83bcc7824bcadec7b9f12bd2bddbe2 (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 991183c4ee13a2eaa683a2526c62cb5ed8d2766c
Author: Eric Blake <address@hidden>
Date:   Wed Jul 21 13:51:14 2010 -0600

    Partially revert previous patch.
    
    * lib/autotest/general.m4 (AT_INIT) <serial testing>: Changing
    at_jobs here breaks output if -j2 was requested but shell is
    insufficient to support parallel testing.
    Reported by Ralf Wildenhues.
    
    Signed-off-by: Eric Blake <address@hidden>

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

Summary of changes:
 ChangeLog               |    6 ++++++
 lib/autotest/general.m4 |    1 -
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index aba6597..e44f78a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2010-07-21  Eric Blake  <address@hidden>
 
+       Partially revert previous patch.
+       * lib/autotest/general.m4 (AT_INIT) <serial testing>: Changing
+       at_jobs here breaks output if -j2 was requested but shell is
+       insufficient to support parallel testing.
+       Reported by Ralf Wildenhues.
+
        Minor testsuite size reduction.
        * lib/autotest/general.m4 (AT_INIT) <serial testing>: Ensure
        at_jobs is 1.
diff --git a/lib/autotest/general.m4 b/lib/autotest/general.m4
index 060dbba..ba576e3 100644
--- a/lib/autotest/general.m4
+++ b/lib/autotest/general.m4
@@ -1458,7 +1458,6 @@ dnl           kill -13 $$
   wait
 else
   # Run serially, avoid forks and other potential surprises.
-  at_jobs=1
   for at_group in $at_groups; do
     at_fn_group_prepare
     if cd "$at_group_dir" &&


hooks/post-receive
-- 
GNU Autoconf source repository



reply via email to

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