Fix author requires to not fatally error on a single command
[catagits/Catalyst-Runtime.git] / t / aggregate.t
index 543fe02..0696abb 100644 (file)
@@ -23,7 +23,7 @@ BEGIN {
 
 my $tests = Test::Aggregate->new({
     (@ARGV ? (tests => \@ARGV) : (dirs => 't/aggregate')),
-    verbose       => 0,
+    verbose       => 1,  # failures only
     set_filenames => 1,
     findbin       => 1,
 });