Doug MacEachern wrote:

> On Sat, 6 Oct 2001, Stas Bekman wrote:
> 
> 
>>This patch
>>- picks the next available port during the configuration
>>- reconfigures the server at run time if after configuration, the port is
>>  found to be used.
>>
> 
> i would be happy to see this as an option, like '-port select', and keep
> the default as-is (that is: try 8529+ and stop if not available).

I've many builds that I work on in parallel, whenever I update perl, 
httpd or mod_perl, I want to automatically rebuild all the builds and 
check that they all pass the tests without doing any manual work, so it 
has to be integrated in the build/test script.

I could pass -port in the build script, but make test won't accept it.

If I've:

perl Makefile.PL [opts] && make && make test

where I can slide in the -port option?

I guess I could change the script to do:

  perl Makefile.PL [opts] && make && ./t/TEST -port select

_____________________________________________________________________
Stas Bekman             JAm_pH      --   Just Another mod_perl Hacker
http://stason.org/      mod_perl Guide   http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]  http://ticketmaster.com http://apacheweek.com
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to