From: Nicholas Clark Date: Thu, 7 Aug 2008 10:36:32 +0000 (+0000) Subject: Let rip with t/op/*.t in parallel too. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=213f370f28504f3af87af602895b0afe68c0106a;p=p5sagit%2Fp5-mst-13.2.git Let rip with t/op/*.t in parallel too. p4raw-id: //depot/perl@34181 --- diff --git a/t/harness b/t/harness index 717fe24..18f66da 100644 --- a/t/harness +++ b/t/harness @@ -137,11 +137,10 @@ if (@ARGV) { push @seq, ; push @seq, _glob_and_parallelise qw(comp cmd run io); - my @next = qw(uni mro lib); + my @next = qw(op uni mro lib); push @next, 'japh' if $torture; push @next, 'win32' if $^O eq 'MSWin32'; push @seq, { par => [ - {seq => [ glob "op/*.t" ]}, map { glob "$_/*.t" } @next ] };