projects
/
dbsrgits/SQL-Abstract.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
01e9b91
)
make stability test try and invoke diff
Matt S Trout [Sun, 21 Apr 2019 02:14:51 +0000 (
02:14
+0000)]
lib/SQL/Abstract/Test.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SQL/Abstract/Test.pm
b/lib/SQL/Abstract/Test.pm
index
0d49100
..
4f12e06
100644
(file)
--- a/
lib/SQL/Abstract/Test.pm
+++ b/
lib/SQL/Abstract/Test.pm
@@
-33,7
+33,8
@@
use SQL::Abstract::Tree;
require Path::Tiny;
Path::Tiny->new('e1')->spew($d1);
Path::Tiny->new('e2')->spew($d2);
- die "Wrote e1 and e2, bailing out";
+ system('diff -u e1 e2 1>&2');
+ die "Differences between e1 and e2, bailing out";
};
return $e1;
};