Doug MacEachern wrote:
On Tue, 16 Apr 2002, Stas Bekman wrote:
one last question. Should the ssl certificates be recreated on t/TEST
-clean (or 'make test')?
yup. if you don't want them to be, there are several ways to keep
t/conf/ssl/ca from being deleted/regenerated. careful though, since n
On Tue, 16 Apr 2002, Stas Bekman wrote:
> one last question. Should the ssl certificates be recreated on t/TEST
> -clean (or 'make test')?
yup. if you don't want them to be, there are several ways to keep
t/conf/ssl/ca from being deleted/regenerated. careful though, since new
ssl tests come
On Tue, 16 Apr 2002, Stas Bekman wrote:
> one last question. Should the ssl certificates be recreated on t/TEST
> -clean (or 'make test')?
As they're currently done, they need to be recreated at least *once* in a
while, because they're set to expire. That happened on me once when I
hadn't cleane
Doug MacEachern wrote:
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.
one last question. Should the ssl certificates be recreated on t/TEST
-clean (or 'make test')?
--
___
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.
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
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
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 -
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.