You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by sb...@apache.org on 2001/06/24 09:42:15 UTC

cvs commit: modperl-2.0/Apache-Test/lib/Apache TestServer.pm

sbekman     01/06/24 00:42:15

  Modified:    Apache-Test/lib/Apache TestServer.pm
  Log:
  don't remove log files on server shutdown unless --clean is used
  
  Revision  Changes    Path
  1.6       +0 -2      modperl-2.0/Apache-Test/lib/Apache/TestServer.pm
  
  Index: TestServer.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Apache-Test/lib/Apache/TestServer.pm,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- TestServer.pm	2001/04/13 00:28:46	1.5
  +++ TestServer.pm	2001/06/24 07:42:15	1.6
  @@ -196,8 +196,6 @@
           }
       }
   
  -    $self->clean unless $aborted;
  -
       return $pid;
   }