You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by st...@apache.org on 2002/03/07 09:11:22 UTC

cvs commit: httpd-test/perl-framework/Apache-Test README

stas        02/03/07 00:11:22

  Modified:    perl-framework/Apache-Test README
  Log:
  - document -v/-trace options
  
  Revision  Changes    Path
  1.26      +11 -0     httpd-test/perl-framework/Apache-Test/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/README,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- README	4 Jan 2002 17:14:48 -0000	1.25
  +++ README	7 Mar 2002 08:11:21 -0000	1.26
  @@ -32,6 +32,9 @@
   some examples of what i find handy:
   see TEST -help for more options
   
  +test verbosely
  +% t/TEST -verbose
  +
   start the server
   % t/TEST -start
   
  @@ -116,6 +119,14 @@
   
   run .t test under the perl debugger (nonstop mode, output to t/logs/perldb.out)
   % t/TEST -d perl=nostop t/modules/access.t
  +
  +control how much noise Apache::Test should produce. to print all the
  +debug messages: 
  +% t/TEST -trace=debug
  +to print only warnings and higher trace levels:
  +% t/TEST -trace=warning
  +the available modes are:
  +  emerg alert crit error warning notice info debug
   
   turn on -v and LWP trace (1 is the default) mode in Apache::TestRequest
   % t/TEST -d lwp t/modules/access.t