X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fexecute_exception.t;h=da0368254d4c949303b8e50b8b011e02ca6f939d;hb=3d4fc940fd852f256818c4616c475151ad292362;hp=b880b066eb500aaae8efa67b8253c3999378538e;hpb=68b4caec7950a4dc7ed003fe0e78f73baf81f9d3;p=catagits%2FCatalyst-Runtime.git diff --git a/t/execute_exception.t b/t/execute_exception.t index b880b06..da03682 100644 --- a/t/execute_exception.t +++ b/t/execute_exception.t @@ -43,7 +43,7 @@ use HTTP::Request::Common; use Catalyst; MyApp->config(show_internal_actions=>1); - MyApp->setup; + MyApp->setup('-Log=fatal'); } use Catalyst::Test 'MyApp';