projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6287275
)
Fail early if full test is run in a stale checkout
Peter Rabbitson [Tue, 1 Oct 2013 06:03:05 +0000 (08:03 +0200)]
t/lib/DBICTest/RunMode.pm
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/DBICTest/RunMode.pm
b/t/lib/DBICTest/RunMode.pm
index
53eb073
..
0b24b95
100644
(file)
--- a/
t/lib/DBICTest/RunMode.pm
+++ b/
t/lib/DBICTest/RunMode.pm
@@
-93,6
+93,7
@@
sub _check_author_makefile {
}
if (@fail_reasons) {
+ print STDOUT "\nBail out!\n";
print STDERR <<'EOE';