William McKee wrote:
[...]
I've been calling it as `perl -d t/TEST`. I have tried calling it using
`t/TEST -debug perl` but the debugger hangs or, more recently, I get the
message '!!! server is not ready yet, try again.' Running the tests
without debugging or with the gdb debugger works fine. I need to build
that test module to see if I can repeat this behavior....

Yes, -debug is for debugging the server, not the test suite, so 'perl -d t/TEST' is correct. Though it seems that we don't reproduce the perl flags when doing exec. So try to change t/TEST to add -d at the end of the first line.


As always, thanks for your assistance,

You are very welcome ;)

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com



Reply via email to