Jay R. Ashworth wrote:
> On Thu, Jan 08, 2004 at 01:56:33PM -0500, Geoffrey Young wrote:
> 
>>>Did I get enough detail in the inital report *this* time, Stas?
>>
>>the output from
>>
>>$ t/TEST t/compat/apache_file -v
>>
>>would be most helpful
>>
>>:)
> 
> 
> What I got, you've got.  It didn't look right to *me* either, but I ran
> the verbose the way the page said to, and that's what I pasted in as 5.

5 shows the error_log, which is both what is asked for and what you presented.

however, I'd like to see the results from the test itself, as printed when
the shell command I gave is issued.  it ought to look something like

compat/apache_file....1..18
# Running under perl version 5.008002 for linux
# Current time local: Thu Jan  8 14:10:20 2004
# Current time GMT:   Thu Jan  8 19:10:20 2004
# Using Test.pm version 1.24
# new Apache::File file object
ok 1
# open itself
ok 2
# read from file

etc

> 
> I did it the other way, with the makefile and the variables.  If that's
> broken in this build, I can certainly go back and do it the other way...

either way is fine, either using

$ t/TEST t/compat/apache_file -v

or

$ make test TEST_VERBOSE=1 TEST_FILES=t/compat/apache_file

should be equivalent.


in other news, is this a reproducable error?  is your box loaded at the
time? according to the sysopen manpage, some implementations will fail if
you have run out of file descriptors, for example.

--Geoff


-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html

Reply via email to