From: Florian Ragwitz Date: Fri, 3 Dec 2010 17:46:45 +0000 (+0000) Subject: Allow aggregating specific tests only X-Git-Tag: 5.80030~19 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=ff9ac86d381410cde5fcdb946a1bfd16d9a41e2e Allow aggregating specific tests only --- diff --git a/t/aggregate.t b/t/aggregate.t index 7943b5b..660c5fe 100644 --- a/t/aggregate.t +++ b/t/aggregate.t @@ -14,7 +14,7 @@ BEGIN { } my $tests = Test::Aggregate->new({ - dirs => 't/aggregate', + (@ARGV ? (tests => \@ARGV) : (dirs => 't/aggregate')), verbose => 0, set_filenames => 1, findbin => 1,