Re: [sprog-users] Test Errors and final touches on Sprog RPM for Fedora Core 5 Extras
Status: Alpha
Brought to you by:
grantm
From: Grant M. <gr...@mc...> - 2005-11-14 23:29:51
|
Hi Gavin On Mon, 2005-11-14 at 23:59 +0000, Gavin Henry wrote: > Dear Guys, > > This is the current specfile: > > http://www.perl.me.uk/downloads/modules/Sprog.spec > > It now has a desktop icon: > > http://www.perl.me.uk/downloads/modules/sprog-logo.png > > Is this icon ok? Hmmmm, it's not really ideal. I've had 'icon' on the todo list for some time, but in the absence of an official icon, I just use the standard gnome-run.png that ships with GNOME. > Lastly, it's all ready to go, but now we get Test Errors: > > t/18_command_filter....dubious > Test returned status 0 (wstat 13, 0xd) > DIED. FAILED tests 15-19 > Failed 5/19 tests, 73.68% okay Try running this command to see if it gives any more clues: prove -v t/18_command_filter.t It looks like it's dying in test number 15. That test is really just a placeholder while I consider how to get better diagnostics from attempting to run a command that doesn't exist. I'm not sure why it's failing for you, but it's entirely non-critical so you could skip it with the attached patch. Thanks for 'keeping the faith' Gavin. Real life has been getting in the way of Sprog development for a while now, but I haven't abandoned it :-) Cheers Grant |