[Catalyst-commits] r13751 - Catalyst-Runtime/5.80/trunk/t
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Fri Dec 3 17:46:45 GMT 2010
Author: rafl
Date: 2010-12-03 17:46:45 +0000 (Fri, 03 Dec 2010)
New Revision: 13751
Modified:
Catalyst-Runtime/5.80/trunk/t/aggregate.t
Log:
Allow aggregating specific tests only
Modified: Catalyst-Runtime/5.80/trunk/t/aggregate.t
===================================================================
--- Catalyst-Runtime/5.80/trunk/t/aggregate.t 2010-12-03 17:46:40 UTC (rev 13750)
+++ Catalyst-Runtime/5.80/trunk/t/aggregate.t 2010-12-03 17:46:45 UTC (rev 13751)
@@ -14,7 +14,7 @@
}
my $tests = Test::Aggregate->new({
- dirs => 't/aggregate',
+ (@ARGV ? (tests => \@ARGV) : (dirs => 't/aggregate')),
verbose => 0,
set_filenames => 1,
findbin => 1,
More information about the Catalyst-commits
mailing list