geoff 2004/01/27 10:12:51
Modified: perl-framework/Apache-Test/lib/Apache TestConfig.pm
Log:
generate t/conf if it does not already exist, which
it may not if the tests are entirely autoconfigured.
Revision Changes Path
1.202 +1 -0
httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm
Index: TestConfig.pm
===================================================================
RCS file:
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -r1.201 -r1.202
--- TestConfig.pm 18 Jan 2004 08:34:29 -0000 1.201
+++ TestConfig.pm 27 Jan 2004 18:12:51 -0000 1.202
@@ -1282,6 +1282,7 @@
$self->generate_index_html;
$self->gendir($vars->{t_logs});
+ $self->gendir($vars->{t_conf});
my @very_last_postamble = ();
if (my $extra_conf = $self->generate_extra_conf) {