[Jifty-commit] r4391 - in jifty/trunk: t

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Nov 7 12:47:02 EST 2007


Author: jesse
Date: Wed Nov  7 12:47:02 2007
New Revision: 4391

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/t/99-pod-coverage.t

Log:
 r71485 at pinglin:  jesse | 2007-11-07 12:46:14 -0500
 * only run pod coverage tests if you're a developer


Modified: jifty/trunk/t/99-pod-coverage.t
==============================================================================
--- jifty/trunk/t/99-pod-coverage.t	(original)
+++ jifty/trunk/t/99-pod-coverage.t	Wed Nov  7 12:47:02 2007
@@ -1,6 +1,7 @@
 use Test::More;
 eval "use Test::Pod::Coverage 1.00";
 plan skip_all => "Test::Pod::Coverage 1.00 required for testing POD coverage" if $@;
+plan skip_all => "Coverage tests only run for authors" unless (-d 'inc/.author');
 all_pod_coverage_ok( );
 
 # Workaround for dumb bug (fixed in 5.8.7) where Test::Builder thinks that


More information about the Jifty-commit mailing list