provide proper debug output in test if compiling psgi fails
[catagits/Catalyst-Runtime.git] / t / utf_incoming.t
index 9b2b68e..a95f58a 100644 (file)
@@ -234,7 +234,7 @@ use Scalar::Util ();
   package MyApp;
   use Catalyst;
 
-  Test::More::ok(MyApp->setup, 'setup app');
+  Test::More::ok(MyApp->setup('-Log=fatal'), 'setup app');
 }
 
 ok my $psgi = MyApp->psgi_app, 'build psgi app';