X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSQL%2FAbstract%2FTest.pm;h=e163f2c5987a0758e96bce06276e752b45f96d83;hb=2ed2b14f25282f6674aab891455901f9d128e0de;hp=fcd3aabc0c9a164e06914345010fe5d5d29d3a31;hpb=b5fac7747b9c3e51d415a03bddabee45fa59109e;p=scpubgit%2FQ-Branch.git diff --git a/lib/SQL/Abstract/Test.pm b/lib/SQL/Abstract/Test.pm index fcd3aab..e163f2c 100644 --- 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; };