Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRun.pm

2004-05-06 Thread Stas Bekman
[EMAIL PROTECTED] wrote: geoff 2004/05/05 18:10:22 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: make sure that die() messages from Test::Harness::_show_results() make it back to the user, particularly the summary printed when some tests fail Revision

Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRun.pm

2004-05-06 Thread Geoffrey Young
+# _show_results() calls uses calls die() under a few conditions, calls uses calls ? :) I swear something is wrong with me lately... --Geoff

Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRun.pm

2004-05-06 Thread Stas Bekman
Geoffrey Young wrote: +# _show_results() calls uses calls die() under a few conditions, calls uses calls ? :) I swear something is wrong with me lately... You must be in love :) __ Stas BekmanJAm_pH -- Just

Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRun.pm TestSSLCA.pm

2004-02-19 Thread Stas Bekman
Stas Bekman wrote: [EMAIL PROTECTED] wrote: stas2004/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] }

Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRun.pm TestSSLCA.pm

2004-02-09 Thread Stas Bekman
[EMAIL PROTECTED] wrote: stas2004/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)) ||

Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRun.pm

2004-01-18 Thread Stas Bekman
[EMAIL PROTECTED] wrote: stas2004/01/18 00:08:39 +if $self-{reconfigure} is true, make sure to perform a complete +reconfiguration, to solve the bug where conf.in files weren't reparsed +and vhost hostport info was getting lost on subsequent runs when +APACHE env var was set (one

Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRun.pm

2003-12-19 Thread Stas Bekman
[EMAIL PROTECTED] wrote: stas2003/12/19 01:12:12 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: if the test suite was aborted because of a user-error we don't want to call the bugreport and invite users to submit a bug report - after all it's a user error. but

Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRun.pm

2003-01-31 Thread Stas Bekman
[EMAIL PROTECTED] wrote: stas2003/01/30 16:53:45 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: # handle the cases when the test suite is run under 'root': # # 1. When user 'bar' is chosen to run Apache with, files and dirs #created by 'root' might be

Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRun.pm

2003-01-31 Thread Randy Kobes
On Fri, 31 Jan 2003, Stas Bekman wrote: [EMAIL PROTECTED] wrote: stas2003/01/30 16:53:45 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: # handle the cases when the test suite is run under 'root': # # 1. When user 'bar' is chosen to run Apache

Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRun.pm

2003-01-31 Thread Stas Bekman
Randy Kobes wrote: On Fri, 31 Jan 2003, Stas Bekman wrote: [EMAIL PROTECTED] wrote: stas2003/01/30 16:53:45 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: # handle the cases when the test suite is run under 'root': # # 1. When user 'bar' is chosen to run Apache

Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRun.pm

2003-01-31 Thread Randy Kobes
On Fri, 31 Jan 2003, Stas Bekman wrote: Is the whole test-under-'root' issue moot under win32, and can be safely skipped without messing the code? Hi Stas, There is a concept of permissions under Win32 (some flavours) which in principle can enter this (for example, an Administrator can block