From 213f370f28504f3af87af602895b0afe68c0106a Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Thu, 7 Aug 2008 10:36:32 +0000 Subject: [PATCH] Let rip with t/op/*.t in parallel too. p4raw-id: //depot/perl@34181 --- t/harness | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 ] }; -- 2.7.4