[Rt-commit] r13995 - rt/3.8/branches/3.8.0-releng/lib/RT
jesse at bestpractical.com
jesse at bestpractical.com
Fri Jul 11 11:07:21 EDT 2008
Author: jesse
Date: Fri Jul 11 11:07:21 2008
New Revision: 13995
Modified:
rt/3.8/branches/3.8.0-releng/lib/RT/Test.pm
Log:
r39500 at 68-246-144-190 (orig r13904): clkao | 2008-07-09 08:04:52 -0400
correct coverage howto.
Modified: rt/3.8/branches/3.8.0-releng/lib/RT/Test.pm
==============================================================================
--- rt/3.8/branches/3.8.0-releng/lib/RT/Test.pm (original)
+++ rt/3.8/branches/3.8.0-releng/lib/RT/Test.pm Fri Jul 11 11:07:21 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