sbekman     01/06/21 01:09:47

  Modified:    Apache-Test/lib/Apache TestRun.pm
  Log:
  more minor tweaks
  
  Revision  Changes    Path
  1.8       +4 -4      modperl-2.0/Apache-Test/lib/Apache/TestRun.pm
  
  Index: TestRun.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Apache-Test/lib/Apache/TestRun.pm,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- TestRun.pm        2001/06/21 08:00:07     1.7
  +++ TestRun.pm        2001/06/21 08:09:43     1.8
  @@ -183,7 +183,7 @@
               warning "\ncaught SIGINT";
               exit;
           }
  -        notice "\nhalting tests";
  +        warning "\nhalting tests";
           $server->stop if $opts->{'start-httpd'};
           exit;
       };
  @@ -233,10 +233,10 @@
       my $test_config = $self->{test_config};
   
       unless ($test_config->{vars}->{httpd}) {
  -        error "no test server configured, please specify an httpd or ",
  +        error "no test server configured, please specify an httpd or ".
                 ($test_config->{MP_APXS} ?
  -               "an apxs other than $test_config->{MP_APXS}" : "apxs"),
  -               "or put either in your PATH";
  +               "an apxs other than $test_config->{MP_APXS}" : "apxs").
  +               " or put either in your PATH";
           exit 1;
       }
   
  
  
  

Reply via email to