From: Peter Rabbitson Date: Tue, 1 Oct 2013 06:03:05 +0000 (+0200) Subject: Fail early if full test is run in a stale checkout X-Git-Tag: v0.08260~135 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=9ee23fb6415c37b55ec1dc506bd25ccb778bc623 Fail early if full test is run in a stale checkout --- diff --git a/t/lib/DBICTest/RunMode.pm b/t/lib/DBICTest/RunMode.pm index 53eb073..0b24b95 100644 --- 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';