I'm having two problems with "make test" in 1.99_16. Here's a transcript of what happens:
We are now going to configure the Apache-Test framework. This configuration process needs to be done only once.
...and now it goes into an infinite loop, asking me again to confirm httpd and apxs locations. It does the same thing if I actually type "1" at both prompts instead of just hitting return. I checked, and the default paths for these programs are correct.
That's the first problem.
It was not supposed to need the interactive config, since when you build mod_perl 2.0, A-T already has all the needed information. Please post
your lib/Apache/BuildConfig.pm from which A-T takes this info.
The second happens when I try to break out by typing "skip", as instructed:
If for some reason you want to skip the test suite, type: skip
Please provide a full path to 'httpd' executable or choose from the following options:
[1] /usr/sbin/httpd
[1] skip
Undefined subroutine &Apache::TestConfig::skip_test_suite called at /users2/dwilga/mod_perl-1.99_16/Apache-Test/lib/Apache/TestConfig.pm line 2194, <STDIN> line 1.
+--------------------------------------------------------+
| Please file a bug report: http://perl.apache.org/bugs/ |
+--------------------------------------------------------+
make: *** [run_tests] Error 2
It has the effect of quitting the test, but is probably not as elegant as originally intended.
Yup, that's a bug I've introduced while moving things around, now fixed in the cvs.
Unfortunately we don't have a test suite to test to test A-T configuration process. And until someone writes one, we are doomed to break previously working things :(
-- __________________________________________________________________ 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
-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html