From edf00722595864310f52ab1f4eb757aff323e09f Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Sat, 12 Jun 2010 10:20:26 +0200 Subject: [PATCH] default to one test job at a time, due to complaints from avar++ and sorear++ --- t/harness | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/harness b/t/harness index 73cd653c613..6b736ad1653 100644 --- a/t/harness +++ b/t/harness @@ -19,7 +19,7 @@ GetOptions( 'tests-from-file=s' => \my $list_file, 'fudge' => \my $do_fudge, 'verbosity=i' => \$Test::Harness::verbose, - 'jobs:3' => \my $jobs, + 'jobs:1' => \my $jobs, 'icu:1' => \my $do_icu, 'archive=s' => \my $archive, 'parrot_revision=s' => \my $parrot_revision,