Make a load of the tests fail more obviously
[catagits/Catalyst-Runtime.git] / t / aggregate / live_engine_request_remote_user.t
index c62f607..1a6c0d8 100644 (file)
@@ -32,7 +32,8 @@ use HTTP::Request::Common;
         ok(
             eval '$creq = ' . $response->content,
             'Unserialize Catalyst::Request'
-        );
+        )
+        or fail("Failed to deserialize $@ from " . $response->content);
     }
 
     isa_ok( $creq, 'Catalyst::Request' );