[Rt-commit] r15383 - rt/3.8/branches/parallel-testing/lib/RT

ruz at bestpractical.com ruz at bestpractical.com
Fri Aug 22 18:44:21 EDT 2008


Author: ruz
Date: Fri Aug 22 18:44:20 2008
New Revision: 15383

Modified:
   rt/3.8/branches/parallel-testing/lib/RT/Test.pm

Log:
* minor

Modified: rt/3.8/branches/parallel-testing/lib/RT/Test.pm
==============================================================================
--- rt/3.8/branches/parallel-testing/lib/RT/Test.pm	(original)
+++ rt/3.8/branches/parallel-testing/lib/RT/Test.pm	Fri Aug 22 18:44:20 2008
@@ -69,10 +69,12 @@
 
 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/' -ignore_re '^t/'
+    make test RT_DBA_USER=.. RT_DBA_PASSWORD=.. HARNESS_PERL_SWITCHES=-MDevel::Cover
+    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>.
+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>.
 
 =cut
 


More information about the Rt-commit mailing list