[Rt-commit] r14345 - rt/3.8/trunk/lib/RT

clkao at bestpractical.com clkao at bestpractical.com
Mon Jul 21 19:09:54 EDT 2008


Author: clkao
Date: Mon Jul 21 19:09:53 2008
New Revision: 14345

Modified:
   rt/3.8/trunk/lib/RT/Test.pm

Log:
more correct coverage instructions.



Modified: rt/3.8/trunk/lib/RT/Test.pm
==============================================================================
--- rt/3.8/trunk/lib/RT/Test.pm	(original)
+++ rt/3.8/trunk/lib/RT/Test.pm	Mon Jul 21 19:09:53 2008
@@ -70,7 +70,7 @@
 To run the rt test suite with coverage support, install L<Devel::Cover> and run:
 
   make test RT_DBA_USER=.. RT_DBA_PASSWORD=.. HARNESS_PERL_SWITCHES=-MDevel::Cover
- cover -ignore_re 'var/mason_data/.*'
+ cover -ignore_re '^var/mason_data/' -ignore_re '^t/'
 
 The coverage tests have DevelMode turned off, and have C<named_component_subs> enabled for L<HTML::Mason> to avoid an optimizer problem in Perl that hides the top-level optree from L<Devel::Cover>.
 


More information about the Rt-commit mailing list