Jim,
I've finally had the time to work on your patch integration.
The problem is the test in your patch doesn't work for me:
with mp2 I get:
t/sameinterp.failed to init the same_handler data
(url=/test/sameinterp). Failed with code=500, response:
500 Internal Server Error
Inte
Philip M. Gollucci wrote:
Stas Bekman wrote:
I never use that approach. make test is a way too slow if you need to
do repetitive testing. I always do:
t/TEST t/apache/content_length_header.t
In which case it'll never descend into sub-dirs.
Agreed. Me too, but assuming for some reason so
Stas Bekman wrote:
I never use that approach. make test is a way too slow if you need to do
repetitive testing. I always do:
t/TEST t/apache/content_length_header.t
In which case it'll never descend into sub-dirs.
Agreed. Me too, but assuming for some reason someone did want make test to do
Philip M. Gollucci wrote:
Hi,
make test TEST_FILES="t/apache/content_length_header.t"
does stuff
now the ModPerl-Registry test suite tries to run
the test isn't found thats an error.
It also slows you down a lot if you're trying to run a single test file
on 50 different configurations/combin
Hi,
make test TEST_FILES="t/apache/content_length_header.t"
does stuff
now the ModPerl-Registry test suite tries to run
the test isn't found thats an error.
It also slows you down a lot if you're trying to run a single test file on 50
different configurations/combinations of httpd2, perl, and