Re: [patch] adding more checks (fwd)

2001-08-28 Thread Stas Bekman
On Mon, 27 Aug 2001, Doug MacEachern wrote: i didn't try the patch, but i think i just hit the same problem. can you test if its fixed now? partially, the thaw problem is not there anymore, but the configuration won't proceed because, there will be a left-over t/conf/httpd.conf and even

Re: [patch] adding more checks

2001-08-27 Thread Stas Bekman
On Sun, 26 Aug 2001, Doug MacEachern wrote: On Sun, 26 Aug 2001, Stas Bekman wrote: I've to checkout the whole tree from scratch. yikes. i have seen apache_test_config.pm get into a messed up state before. you should be able to: cd t/conf rm *.* cvs up to get unstuck. this works

Re: [patch] adding more checks (fwd)

2001-08-27 Thread Doug MacEachern
i didn't try the patch, but i think i just hit the same problem. can you test if its fixed now? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [patch] adding more checks

2001-08-26 Thread Stas Bekman
Doug MacEachern wrote: On Sun, 26 Aug 2001, Stas Bekman wrote: +# $thaw wasn't blessed +if (ref $thaw eq 'HASH') { +die couldn't find apache_test_config.pm; +} + this isn't right, it will die whenever things are clean. maybe you meant to do that only if

Re: [patch] adding more checks

2001-08-26 Thread Doug MacEachern
On Sun, 26 Aug 2001, Stas Bekman wrote: please try this patch. it exposes the problem with messed up setup. i think your mailer is wrapping: patching file Apache-Test/lib/Apache/TestConfigPerl.pm patching file t/directive/perlrequire.t patch: malformed patch at line 79: || '';

Re: [patch] adding more checks

2001-08-26 Thread Doug MacEachern
On Sun, 26 Aug 2001, Stas Bekman wrote: I've to checkout the whole tree from scratch. yikes. i have seen apache_test_config.pm get into a messed up state before. you should be able to: cd t/conf rm *.* cvs up to get unstuck.

[patch] adding more checks

2001-08-25 Thread Stas Bekman
I've messed something and I've started to get some problems, so I've added these checks: Index: Apache-Test/lib/Apache/TestConfig.pm === RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm,v

Re: [patch] adding more checks

2001-08-25 Thread Doug MacEachern
On Sun, 26 Aug 2001, Stas Bekman wrote: +# $thaw wasn't blessed +if (ref $thaw eq 'HASH') { +die couldn't find apache_test_config.pm; +} + this isn't right, it will die whenever things are clean. maybe you meant to do that only if $args-{thaw} ? sub