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

index 53eb073..0b24b95 100644 (file)
@@ -93,6 +93,7 @@ sub _check_author_makefile {
   }
 
   if (@fail_reasons) {
+    print STDOUT "\nBail out!\n";
     print STDERR <<'EOE';