stas 2003/12/19 01:16:14
Modified: perl-framework/Apache-Test/lib/Apache TestRun.pm
Log:
better wording
Revision Changes Path
1.131 +5 -2
httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm
Index: TestRun.pm
===================================================================
RCS file:
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -u -r1.130 -r1.131
--- TestRun.pm 19 Dec 2003 09:12:28 -0000 1.130
+++ TestRun.pm 19 Dec 2003 09:16:14 -0000 1.131
@@ -897,9 +897,12 @@
under your /home/user directory).
You can test whether some directory is suitable for 'make test' under
-'root', by running the following test:
+'root', by running a simple test. For example to test a directory
+'$dir', run:
+
% $check
-from that directory.
+Only if the test prints 'OK', the directory is suitable to be used for
+testing.
EOI
exit_perl 0;
}