Let rip with t/op/*.t in parallel too.
Nicholas Clark [Thu, 7 Aug 2008 10:36:32 +0000 (10:36 +0000)]
p4raw-id: //depot/perl@34181

t/harness

index 717fe24..18f66da 100644 (file)
--- a/t/harness
+++ b/t/harness
@@ -137,11 +137,10 @@ if (@ARGV) {
        push @seq, <base/*.t>;
 
        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
                            ] };