Change 34181 by [EMAIL PROTECTED] on 2008/08/07 10:36:32

        Let rip with t/op/*.t in parallel too.

Affected files ...

... //depot/perl/t/harness#49 edit

Differences ...

==== //depot/perl/t/harness#49 (text) ====
Index: perl/t/harness
--- perl/t/harness#48~34177~    2008-08-07 01:11:39.000000000 -0700
+++ perl/t/harness      2008-08-07 03:36:32.000000000 -0700
@@ -137,11 +137,10 @@
        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
                            ] };
 
End of Patch.

Reply via email to