Re: How do I debug failed tests? (error_log isn't helping)

2001-02-01 Thread Michael
make test has various errors (failed 18 total) how do i debug these and fix them? The test routines are just ordinary perl code that exercise various portions of the module. It is like debugging any other perl code. I don't suppose that was the answer you wanted, but that's the way it works.

How do I debug failed tests? (error_log isn't helping)

2001-02-01 Thread jesse
here's current setup: slackware 7.0, with kernel 2.2.16 trying to compile test mod_perl 1.25 with fresh apache 1.3.17 source have perl 5.6.0 installed have libwww installed make test has various errors (failed 18 total) how do i debug these and fix them? modules/cgi.ok 5/5FAILED test 4

Re: How do I debug failed tests? (error_log isn't helping)

2001-02-01 Thread Ken Williams
Jesse, It looks from your output like the server isn't even running for these tests. Try to figure out whether that's true, and if so why it stopped (or never started). The debugging process here is admittedly a bit difficult. There's an archive at http://mathforum.com/epigone/modperl/ .