summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-08-08 10:15:33 +0000
committerNicholas Clark <nick@ccl4.org>2008-08-08 10:15:33 +0000
commit67d8fe77dde42ec7ef8beb57080a549b242ef2db (patch)
treea6632f94b29979a6228773bd035a53ffb48e9e3a /t
parent2d90ac9586ffb5c785730411e7c6e986a8a1190c (diff)
downloadperl-67d8fe77dde42ec7ef8beb57080a549b242ef2db.tar.gz
Everything in t/ can now run in parallel.
p4raw-id: //depot/perl@34185
Diffstat (limited to 't')
-rw-r--r--t/harness13
1 files changed, 1 insertions, 12 deletions
diff --git a/t/harness b/t/harness
index 18f66dad8a..41e895a955 100644
--- a/t/harness
+++ b/t/harness
@@ -55,16 +55,6 @@ sub _populate_hash {
return map {$_, 1} split /\s+/, $_[0];
}
-sub _glob_and_parallelise {
- my @dirs;
- # Run the tests in each of these directories in sequence, but the
- # directories themselves can be parallelised.
- foreach (@_) {
- push @dirs, { seq => "$_/*.t" };
- }
- { par => \@dirs };
-}
-
# Generate T::H schedule rules that run the contents of each directory
# sequentially.
sub _seq_dir_rules {
@@ -136,8 +126,7 @@ if (@ARGV) {
my @seq;
push @seq, <base/*.t>;
- push @seq, _glob_and_parallelise qw(comp cmd run io);
- my @next = qw(op uni mro lib);
+ my @next = qw(comp cmd run io op uni mro lib);
push @next, 'japh' if $torture;
push @next, 'win32' if $^O eq 'MSWin32';
push @seq, { par => [