David Wheeler wrote:
> On Mar 8, 2006, at 17:15, Geoffrey Young wrote:
>
>> no, I've never touched that file. I assumed it was all you :)
>
>
> If so, I just copied it from Module::Build for some reason. But it does
> have this line:
>
> local $ENV{APACHE_TEST_EXTRA_ARGS} = "-one-process";
>
> Isn't that what it needs?
it is. but I think the issue is that it isn't being passed over to the
actual process that calls t/TEST. in MM land we actually encode that into
the makefile, so it's in the shell's environment and can be picked up. not
sure how this works in MB land, though.
--Geoff