X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Fabort-chain-2.t;h=7b45f4852daf5172c3c9569e8f3f2cc0f130bf61;hp=af45ccf9b17b24cee7f76d0d4fbe1c6f2e22b49e;hb=479ca942e35e0764d3a48d4e49da4cc8c33133f8;hpb=2a8074980f232951ffa0f4ea52a2f195f7a0813f diff --git a/t/abort-chain-2.t b/t/abort-chain-2.t index af45ccf..7b45f48 100644 --- a/t/abort-chain-2.t +++ b/t/abort-chain-2.t @@ -35,7 +35,7 @@ BEGIN { $INC{'TestApp.pm'} = __FILE__; use Catalyst; __PACKAGE__->config(abort_chain_on_error_fix => 1); - __PACKAGE__->setup; + __PACKAGE__->setup('-Log=fatal'); } use Catalyst::Test 'TestApp';