stas 2003/05/13 19:05:00
Modified: perl-framework/Apache-Test/lib/Apache TestTrace.pm
Log:
better practical example for synopsis is to use -trace=debug
Revision Changes Path
1.16 +2 -2
httpd-test/perl-framework/Apache-Test/lib/Apache/TestTrace.pm
Index: TestTrace.pm
===================================================================
RCS file:
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestTrace.pm,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- TestTrace.pm 14 May 2003 02:03:40 -0000 1.15
+++ TestTrace.pm 14 May 2003 02:05:00 -0000 1.16
@@ -185,10 +185,10 @@
}
# override tracing level via -trace opt
- % t/TEST -trace=crit
+ % t/TEST -trace=debug
# override tracing level via env var
- % env APACHE_TEST_TRACE_LEVEL=crit t/TEST
+ % env APACHE_TEST_TRACE_LEVEL=debug t/TEST
=head1 DESCRIPTION