stas 2003/05/27 15:50:47
Modified: src/docs/2.0/user/help help.pod
Log:
s|t/log/|t/logs/|
Submitted by: Batara Kesuma <[EMAIL PROTECTED]>
Revision Changes Path
1.21 +4 -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.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- help.pod 27 May 2003 01:34:43 -0000 1.20
+++ help.pod 27 May 2003 22:50:47 -0000 1.21
@@ -118,7 +118,7 @@
or use an altenative way:
% cd modperl-1.99_xx
- % rm t/log/error_log
+ % rm t/logs/error_log
% t/TEST -verbose compat/apache_util.t modperl/pnotes.t
If you are using the latter, remember to remove the I<error_log> file
@@ -128,13 +128,13 @@
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/>. The first logs errors to
-I<t/log/error_log>, the second to I<ModPerl-Registry/t/log/error_log>.
+I<t/logs/error_log>, the second to I<ModPerl-Registry/t/logs/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
+to that directory before you look at the I<t/logs/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
+ % rm t/logs/error_log
% t/TEST -verbose closure.t
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]