Re: [Module::Build] make test failure report (Cygwin)
Status: Beta
Brought to you by:
kwilliams
|
From: Randy W. S. <Ra...@Th...> - 2003-10-15 12:30:06
|
Greg Matheson wrote: > On Wed, 15 Oct 2003, Greg Matheson wrote: > > >>Failed Test Stat Wstat Total Fail Failed List of Failed >>------------------------------------------------------------------------------- >>t/compat.t 41 18 43.90% 5-8 11 14 18-21 24 27 31-34 37 40 > > > Sorry, I didn't have make installed. I guess I've been installing all my modules with Module::Build recently. > > Here is the output after installing make. > > t/compat....1..41 > # Running under perl version 5.008001 for cygwin > # Current time local: Wed Oct 15 08:03:02 2003 > # Current time GMT: Wed Oct 15 08:03:02 2003 > # Using Test.pm version 1.24 <snipped verbose output> > All tests successful. > Files=1, Tests=41, 135 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) > Ahh, I was on the wrong trail. Thanks for the help on this; I think the solution is to guard t/compat.t with a test for the make utility and warn if it's not found (but not error)? > PS. My messages aren't making it to the list, > because my school's mail server is in an > open relay database. I get messages from the list, however. Thanks, Randy. |