Re: [Module::Build] make test failure report (Cygwin)
Status: Beta
Brought to you by:
kwilliams
|
From: Randy W. S. <Ra...@Th...> - 2003-10-16 04:45:36
|
On 10/15/2003 8:41 AM, Randy W. Sims wrote: > 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. >> > > <snipped verbose output> > >> All tests successful. >> Files=1, Tests=41, 135 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 >> CPU) >> > > 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)? > patch attached. Randy. |