Re: question on same_interp_tie

2005-10-29 Thread Stas Bekman
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

Re: make test w/ TEST_FILES

2005-10-29 Thread Stas Bekman
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

Re: make test w/ TEST_FILES

2005-10-29 Thread Philip M. Gollucci
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

Re: make test w/ TEST_FILES

2005-10-29 Thread Stas Bekman
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

make test w/ TEST_FILES

2005-10-29 Thread Philip M. Gollucci
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