From test-cvs-return-1626-apmail-httpd-test-cvs-archive=httpd.apache.org@httpd.apache.org Tue Jan 27 18:13:20 2004 Return-Path: Delivered-To: apmail-httpd-test-cvs-archive@www.apache.org Received: (qmail 24017 invoked from network); 27 Jan 2004 18:13:20 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 27 Jan 2004 18:13:20 -0000 Received: (qmail 81081 invoked by uid 500); 27 Jan 2004 18:12:55 -0000 Delivered-To: apmail-httpd-test-cvs-archive@httpd.apache.org Received: (qmail 81001 invoked by uid 500); 27 Jan 2004 18:12:55 -0000 Mailing-List: contact test-cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: test-dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list test-cvs@httpd.apache.org Received: (qmail 80964 invoked from network); 27 Jan 2004 18:12:54 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 27 Jan 2004 18:12:54 -0000 Received: (qmail 22900 invoked by uid 1462); 27 Jan 2004 18:12:51 -0000 Date: 27 Jan 2004 18:12:51 -0000 Message-ID: <20040127181251.22898.qmail@minotaur.apache.org> From: geoff@apache.org To: httpd-test-cvs@apache.org Subject: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfig.pm X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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) {