This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Let rip with t/op/*.t in parallel too.
authorNicholas Clark <nick@ccl4.org>
Thu, 7 Aug 2008 10:36:32 +0000 (10:36 +0000)
committerNicholas Clark <nick@ccl4.org>
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);
        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 => [
        push @next, 'japh' if $torture;
        push @next, 'win32' if $^O eq 'MSWin32';
        push @seq, { par => [
-                            {seq => [ glob "op/*.t" ]},
                             map { glob "$_/*.t" } @next
                            ] };
 
                             map { glob "$_/*.t" } @next
                            ] };