Exit right away if the delta test fails, for better debugging.
authorGreg Sabino Mullane <greg@endpoint.com>
Fri, 11 Apr 2014 17:28:17 +0000 (13:28 -0400)
committerGreg Sabino Mullane <greg@endpoint.com>
Fri, 11 Apr 2014 17:28:17 +0000 (13:28 -0400)
t/30-delta.t

index d9f93aa15bc44eceed9f284b30c426dc1f16f6ac..3de753e277cc8fc06319b4b6e07416c36918f397 100644 (file)
@@ -111,7 +111,7 @@ for my $table (sort keys %tabletype) {
     $res = $dbhA->selectall_arrayref($SQL);
     my $type = $tabletype{$table};
     my $val1 = $val{$type}{1};
-    is_deeply ($res, [[$val1]], $t);
+    is_deeply ($res, [[$val1]], $t) or die;
 }
 
 ## Kick off the sync