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

2002-04-16 Thread Stas Bekman
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

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

2002-04-16 Thread Doug MacEachern
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

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

2002-04-16 Thread Cliff Woolley
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

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

2002-04-16 Thread Stas Bekman
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')? -- ___