On Sun, 2003-12-14 at 03:18, Stas Bekman wrote:
Great. I have now integrated this test into Apache-Test. Can you please verify that modperl-2.0's 'make test' refuses to run when modperl-2.0 is checked out under /root? Please use the latest cvs version:
http://perl.apache.org/download/source.html#Development_mod_perl_2_0_Source_Distribution
Hmm, I checked out the latest cvs version (cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co modperl-2.0) , but the tests still do not work...
*** setting ulimit to allow core files
ulimit -c unlimited; t/TEST -clean
APACHE_USER= APACHE_GROUP= APACHE_PORT= APACHE= APXS= \
/usr/bin/perl -Iblib/arch -Iblib/lib \
t/TEST -bugreport -verbose=0 *** setting ulimit to allow core files
ulimit -c unlimited; t/TEST -bugreport -verbose=0
*** root mode: changing the files ownership to 'nobody' (99:99)
*** testing whether 'nobody' is able to -rwx /root/modperl-2.0/t
/usr/bin/perl -Mlib=/root/modperl-2.0/Apache-Test/lib -MApache::TestRun
-e 'eval { Apache::TestRun::run_root_fs_test(99, 99,
q[/root/modperl-2.0/t]) }';
PS: If you want, I can send you the error_log.
no, no, it has nothing to do with the error_log, Can I see what you get when running:
/usr/bin/perl -Mlib=/root/modperl-2.0/Apache-Test/lib -MApache::TestRun \ -e 'eval {Apache::TestRun::run_root_fs_test(99, 99, q[/root/modperl-2.0/t])}';
And this:
/usr/bin/perl -Mlib=/root/modperl-2.0/Apache-Test/lib -MApache::TestRun \ -e 'Apache::TestRun::run_root_fs_test(99, 99, q[/root/modperl-2.0/t])';
I just wrapped the code that you have confirmed to be working into a subroutine Apache::TestRun::run_root_fs_test. This was done because not all shells can accept very long input.
__________________________________________________________________ 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
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]