stas 2003/12/16 13:03:45
Modified: perl-framework/Apache-Test/lib/Apache TestRun.pm Log: fix the advise of what to when running as root, to suggest to move the whole distro to /tmp and rebuilding it there (moving t/ won't quite work without extra things to be done) Revision Changes Path 1.128 +4 -3 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.127 retrieving revision 1.128 diff -u -u -r1.127 -r1.128 --- TestRun.pm 16 Dec 2003 20:48:12 -0000 1.127 +++ TestRun.pm 16 Dec 2003 21:03:44 -0000 1.128 @@ -879,9 +879,10 @@ must be 'rwx' by user '$user', so Apache can read and write under that path. -There are several ways to resolve this issue. One is to move '$dir' to -'/tmp/' and repeat the 'make test' phase. The other is not to run -'make test' as root. +There are several ways to resolve this issue. One is to move and +rebuild the distribution to '/tmp/' and repeat the 'make test' +phase. The other is not to run 'make test' as root (i.e. building +under your /home/user directory). You can test whether some directory is suitable for 'make test' under 'root', by running the following test:
