projects
/
bucardo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58c2120
)
Exit right away if the delta test fails, for better debugging.
author
Greg Sabino Mullane
<greg@endpoint.com>
Fri, 11 Apr 2014 17:28:17 +0000
(13:28 -0400)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Fri, 11 Apr 2014 17:28:17 +0000
(13:28 -0400)
t/30-delta.t
patch
|
blob
|
blame
|
history
diff --git
a/t/30-delta.t
b/t/30-delta.t
index d9f93aa15bc44eceed9f284b30c426dc1f16f6ac..3de753e277cc8fc06319b4b6e07416c36918f397 100644
(file)
--- a/
t/30-delta.t
+++ b/
t/30-delta.t
@@
-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