Stas Bekman wrote:
[EMAIL PROTECTED] wrote:

stas        2004/02/09 10:07:49

  Modified:    perl-framework/Apache-Test/lib/Apache TestRun.pm
                        TestSSLCA.pm
  Log:
  more t/ related fixes


       $self->{reconfigure} = $opts{configure} ||
         (grep { $opts{$_}->[0] } qw(preamble postamble)) ||
           (grep { $Apache::TestConfig::Usage{$_} } keys %conf_opts ) ||
  -          $self->passenv() || (! -e 'conf/httpd.conf');
  +          $self->passenv() || (! -e 't/conf/httpd.conf');

[...]

  -    my $file = "conf/$name.cnf";
  +    my $file = "t/conf/$name.cnf";


we probably need to add a chdir_top call which used to be chdir_t, so that 'TEST' will work in addition to 't/TEST". chdir_top should make sure we are outside of 't'.

I've added that functionality.

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to