Skip to content

Commit

Permalink
Merge branch 'master' into threads
Browse files Browse the repository at this point in the history
  • Loading branch information
niner committed Nov 9, 2011
2 parents e034889 + 1ee1c09 commit 6b23e73
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion t/fullharness
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,10 @@ else {
# rewrite environment
&{$set->{rule}} if defined $set->{rule};
print STDERR "$set->{label}: running with: $ENV{TEST_PROG_ARGS}\n";
my $harness = TAP::Harness->new( { formatter => $formatter } );
my $harness = TAP::Harness->new( {
formatter => $formatter,
jobs => $ENV{TEST_JOBS} || 1,
} );
$harness->aggregate_tests($aggregator, @{$set->{tests}});
}
$aggregator->stop();
Expand Down

0 comments on commit 6b23e73

Please sign in to comment.