On Sat, Jun 01, 2002 at 09:07:59PM -0700, chromatic wrote: > On Sat, 01 Jun 2002 16:50:22 -0700, John Poltorak wrote: > > > I get 10 test scripts failing under OS/2, so of which may be due to me having > > problems with my build environment... > > > > One of the failure I get is here:- > > > > lib/Memoize/t/errors................. > > Process terminated by SIGPIPE > > FAILED at test 4 > > > > Is it sufficient to report this as it stands, or should I run this test on its > > own to try and pinpoint the problem? If so how do I do that? > > Unless it's a known failure, it's generally necessary to capture the failing > test output. You should be able to run the test by hand from the t/ directory. > The Unix command would be: > > ./perl ../lib/Memoize/t/errors.t > errors.log ./perl ../lib/Memoize/t/errors.t > errors.log 2>&1 > Then, send the output right along to p5p. You can even include it with the > perlbug output. Tim.Thread Previous | Thread Next