On Tuesday, July 1, 2003, at 06:19  PM, Geoffrey Young wrote:

looks like setting $ENV{APACHE_TEST_ULIMIT_SET}=1 should do the trick.

optionally, you could locally override set_ulimit() from your TEST.PL

use Apache::TestRun;
local *Apache::TestRun::set_ulimit = sub {1};

Ah, well, I don't have a TEST.PL, so I won't worry about it. I was just wondering if there was a parameter to C<< Apache::TestRunPerl->generate_script >> or something that I could use.


Thanks,

David

--
David Wheeler                                     AIM: dwTheory
[EMAIL PROTECTED]                              ICQ: 15726394
http://kineticode.com/                         Yahoo!: dew7e
                                               Jabber: [EMAIL PROTECTED]
Kineticode. Setting knowledge in motion.[sm]



Reply via email to