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

2002-04-12 Thread Cliff Woolley
On 11 Apr 2002 [EMAIL PROTECTED] wrote: > stas02/04/11 08:02:26 > > Modified:perl-framework/Apache-Test/lib/Apache TestSmoke.pm > Log: > - improved the generated smoke report > + > +== Summary === > +Completion

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

2002-04-12 Thread Stas Bekman
Cliff Woolley wrote: On 11 Apr 2002 [EMAIL PROTECTED] wrote: stas02/04/11 08:02:26 Modified:perl-framework/Apache-Test/lib/Apache TestSmoke.pm Log: - improved the generated smoke report + +== Summary === +Completion

perl-framework: make test recompiles everything all the time

2002-04-12 Thread Stas Bekman
Any idea why 'make test' in perl-framework is recompiling everything on each invocation without sources getting changed? Including rebuilding ssl certs. I don't recall this behavior from some time ago. This is from a fresh checkout, just to make sure that it's not me. Thanks! _

Re: perl-framework: make test recompiles everything all the time

2002-04-12 Thread Doug MacEachern
On Fri, 12 Apr 2002, Stas Bekman wrote: > Any idea why 'make test' in perl-framework is recompiling everything on > each invocation without sources getting changed? Including rebuilding > ssl certs. because 'make test' always does a t/TEST -clean after itself.

Re: perl-framework: make test recompiles everything all the time

2002-04-12 Thread Stas Bekman
Doug MacEachern wrote: On Fri, 12 Apr 2002, Stas Bekman wrote: Any idea why 'make test' in perl-framework is recompiling everything on each invocation without sources getting changed? Including rebuilding ssl certs. because 'make test' always does a t/TEST -clean after itself. but why 't/TEST -

Re: perl-framework: make test recompiles everything all the time

2002-04-12 Thread Doug MacEachern
On Sat, 13 Apr 2002, Stas Bekman wrote: > but why 't/TEST -clean' removes the compiled modules? Shouldn't this be > the job of 'make clean' and its variants? i don't really care. i never use 'make test' or even 'make' here. i have several checkouts of httpd-test/perl-framework that point to di

Re: perl-framework: make test recompiles everything all the time

2002-04-12 Thread Stas Bekman
Doug MacEachern wrote: On Sat, 13 Apr 2002, Stas Bekman wrote: but why 't/TEST -clean' removes the compiled modules? Shouldn't this be the job of 'make clean' and its variants? i don't really care. i never use 'make test' or even 'make' here. i have several checkouts of httpd-test/perl-framew

Re: perl-framework: make test recompiles everything all the time

2002-04-12 Thread Doug MacEachern
yup, t/TEST -conf will 'make' the c-modules, you can also just do 'make cmodules' if you only want to compile the changed c-modules.