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

clkao at bestpractical.com clkao at bestpractical.com
Wed Jul 9 08:04:53 EDT 2008


Author: clkao
Date: Wed Jul  9 08:04:52 2008
New Revision: 13904

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

Log:
correct coverage howto.

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	Wed Jul  9 08:04:52 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/.*'
+ cover -ignore_re 'var/mason_data/.*'
 
 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