stas 2004/01/17 23:54:06
Modified: perl-framework/Apache-Test/lib/Apache TestRun.pm
Log:
forgot to remove the now irrelevant part of the comment to the code that
was removed ealier
Revision Changes Path
1.141 +1 -5
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.140
retrieving revision 1.141
diff -u -u -r1.140 -r1.141
--- TestRun.pm 18 Jan 2004 03:14:10 -0000 1.140
+++ TestRun.pm 18 Jan 2004 07:54:06 -0000 1.141
@@ -460,13 +460,9 @@
$test_config->generate_httpd_conf;
$test_config->save;
- # save if
+ # custom config save if
# 1) requested to save
# 2) no saved config yet
- # 3) A-T build (since it'll override the global file)
- # the only side-effect of (3) is that if config is changed during
- # A-T build it'll change the global custom config if that exists,
- # but it shouldn't affect normal users who won't do it more than once
if ($self->{opts}->{save} or !custom_config_exists()) {
$self->custom_config_save();
}