From 991183c4ee13a2eaa683a2526c62cb5ed8d2766c Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Wed, 21 Jul 2010 13:51:14 -0600 Subject: [PATCH] Partially revert previous patch. * lib/autotest/general.m4 (AT_INIT) : 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 --- ChangeLog | 6 ++++++ lib/autotest/general.m4 | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index aba65972..e44f78a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2010-07-21 Eric Blake + Partially revert previous patch. + * lib/autotest/general.m4 (AT_INIT) : 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) : Ensure at_jobs is 1. diff --git a/lib/autotest/general.m4 b/lib/autotest/general.m4 index 060dbba5..ba576e3d 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" && -- 2.47.2