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/combinations of httpd2, perl, and mod_perl2.
I assume this a well known annoyance, is there anything we can do about
it before I invest time in looking into this ?
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.
--
_____________________________________________________________
Stas Bekman mailto:[EMAIL PROTECTED] http://stason.org/
MailChannels: Assured Messaging(TM) http://mailchannels.com/
The "Practical mod_perl" book http://modperlbook.org/
http://perl.apache.org/ http://perl.org/ http://logilune.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]