stas 2003/05/26 18:34:44 Modified: src/docs/2.0/user/help help.pod src/docs/2.0/user/install install.pod Log: more hints for resolving 'make test' failures Revision Changes Path 1.20 +11 -4 modperl-docs/src/docs/2.0/user/help/help.pod Index: help.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/help/help.pod,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- help.pod 26 May 2003 23:17:43 -0000 1.19 +++ help.pod 27 May 2003 01:34:43 -0000 1.20 @@ -119,7 +119,7 @@ % cd modperl-1.99_xx % rm t/log/error_log - % t/TEST -v compat/apache_util.t modperl/pnotes.t + % t/TEST -verbose compat/apache_util.t modperl/pnotes.t If you are using the latter, remember to remove the I<error_log> file before running tests, so you won't have clutter from the previous @@ -127,9 +127,16 @@ Also please notice that there is more than one C<make test> run. The first one is running at the top directory, the second inside a -sub-directory I<ModPerl-Registry/>, so if you get failures in the -second run, make sure to chdir() to that directory before you look at -the I<error_log> file and re-run tests in the verbose mode. +sub-directory I<ModPerl-Registry/>. The first logs errors to +I<t/log/error_log>, the second to I<ModPerl-Registry/t/log/error_log>. +Therefore if you get failures in the second run, make sure to chdir() +to that directory before you look at the I<t/log/error_log> file and +re-run tests in the verbose mode. For example: + + % cd modperl-1.99_xx/ModPerl-Registry + % rm t/log/error_log + % t/TEST -verbose closure.t + =head2 Resolving Segmentation Faults 1.41 +4 -2 modperl-docs/src/docs/2.0/user/install/install.pod Index: install.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/install/install.pod,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- install.pod 30 Apr 2003 07:04:06 -0000 1.40 +++ install.pod 27 May 2003 01:34:44 -0000 1.41 @@ -525,8 +525,10 @@ If something goes wrong with the test phase and want to figure out how to run individual tests and pass various options to the test suite, -refer to the L<Apache::Test -Framework|docs::general::testing::testing/Running_Tests> manual. +see the corresponding sections of L<the bug reporting +guidelines|docs::2.0::user::help::help/_C_make_test___Failures> or +the L<Apache::Test +Framework|docs::general::testing::testing/Running_Tests> tutorial. =head2 Installing mod_perl
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]