
clkao at bestpractical
Jul 21, 2008, 4:09 PM
Post #1 of 1
(73 views)
Permalink
|
|
r14345 - rt/3.8/trunk/lib/RT
|
|
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>. _______________________________________________ Rt-commit mailing list Rt-commit[at]lists.bestpractical.com http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-commit
|