Re: need help to add per-user config to Apache::Test

2003-09-03 Thread Stas Bekman
Randy Kobes wrote: On Tue, 2 Sep 2003, Stas Bekman wrote: Randy Kobes wrote: [ ... ] sub filter_args { my($args, $wanted_args) = @_; +if (HAS_CONFIG) { +for (qw(group user apxs port httpd)) { +next unless defined $Apache::MyTestConfig-{$_}; +unshift @$args,

Re: need help to add per-user config to Apache::Test

2003-09-03 Thread Randy Kobes
On Tue, 2 Sep 2003, Stas Bekman wrote: Randy Kobes wrote: [ .. ] Very good, a few more comments following === Index: TestRun.pm [...] +$self-write_config() if probably better to do that right after $self-configure is