Make fail to start server more verbose. RT#77174
[catagits/Test-WWW-Mechanize-Catalyst.git] / t / multi_content_type.t
index 74b096c..7cd92d3 100644 (file)
@@ -39,6 +39,7 @@ TRY_CONNECT: {
 
   if ($@ || $m->content =~ /Can't connect to \w+:$PORT/) {
     $skip = $@ || $m->content;
+    diag $m;
   }
 }