X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F30_01comments.t;h=e7edc251f6b9ad6d05f44b86ac375e0418bd5153;hb=a47e6e743dfce14a61c2f2c4d5214d88c1c35b36;hp=c159f1c8f31d81fe82078bba9f736f10f3bc27be;hpb=d21ffdd8ea8751ac635ecb00d67bc0c3eb48673f;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/t/30_01comments.t b/t/30_01comments.t index c159f1c..e7edc25 100644 --- a/t/30_01comments.t +++ b/t/30_01comments.t @@ -15,6 +15,7 @@ my $dump_path = "$tdir/dump"; use base qw/ DBIx::Class::Schema::Loader /; __PACKAGE__->loader_options( dump_directory => $dump_path, + quiet => 1, ); }