Return-Path: Delivered-To: apmail-httpd-test-cvs-archive@httpd.apache.org Received: (qmail 68790 invoked by uid 500); 22 Jul 2003 11:06:19 -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 68775 invoked from network); 22 Jul 2003 11:06:18 -0000 Date: 22 Jul 2003 11:06:18 -0000 Message-ID: <20030722110618.13238.qmail@icarus.apache.org> From: stas@apache.org To: httpd-test-cvs@apache.org Subject: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRun.pm X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N stas 2003/07/22 04:06:18 Modified: perl-framework/Apache-Test/lib/Apache TestRun.pm Log: now it's possible to move the whole distro to a new dir and there is no need to run t/TEST -conf to make it update the new top-dir Revision Changes Path 1.112 +3 -0 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.111 retrieving revision 1.112 diff -u -r1.111 -r1.112 --- TestRun.pm 22 Jul 2003 11:05:21 -0000 1.111 +++ TestRun.pm 22 Jul 2003 11:06:18 -0000 1.112 @@ -568,6 +568,9 @@ $self->{test_config} = $self->new_test_config; + # make it easy to move the whole distro + $self->refresh unless -e $self->{test_config}->{vars}->{top_dir}; + $self->warn_core(); $self->{server} = $self->{test_config}->server;