dougm 01/10/13 11:44:43
Modified: perl-framework/Apache-Test/lib/Apache TestRun.pm
Log:
also need to turn off stop-httpd when running under debugger
Revision Changes Path
1.55 +1 -1
httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm
Index: TestRun.pm
===================================================================
RCS file:
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- TestRun.pm 2001/10/12 19:10:31 1.54
+++ TestRun.pm 2001/10/13 18:44:43 1.55
@@ -369,7 +369,7 @@
my $file = $server->debugger_file;
if (-e $file and $opts->{'start-httpd'}) {
warning "server is running under the debugger, defaulting to -run";
- $opts->{'start-httpd'} = 0;
+ $opts->{'start-httpd'} = $opts->{'stop-httpd'} = 0;
}
if ($opts->{'start-httpd'}) {