Skip Menu |

This queue is for tickets about the Slay-Makefile-Gress CPAN distribution.

Report information
The Basics
Id: 39255
Status: resolved
Worked: 30 min
Priority: 0/
Queue: Slay-Makefile-Gress

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: 0.06



Subject: 0.81_02 breaks Slay-Makefile-Gress
Test::More 0.81_02 changed the output and behavior a little bit when a test exits abnormally. - Now preserves the tests' exit code if it exits abnormally, rather than setting it to 255. - Changed the "Looks like your test died" message to "Looks like your test exited with $exit_code" The Slay tests are specifically trying to strip out any 'test died' messages, which has changed. I would suggest instead setting Test::More->builder->no_ending(1) to suppress the end-of-test message (as long as you're not using no_plan, because it will shut of, too).
Subject: Re: [rt.cpan.org #39255] 0.81_02 breaks Slay-Makefile-Gress
Date: Mon, 15 Sep 2008 09:46:32 -0500
To: bug-Slay-Makefile-Gress [...] rt.cpan.org
From: Mark Nodine <nodine [...] intrinsity.com>
Michael G Schwern via RT wrote: Show quoted text
> Queue: Slay-Makefile-Gress > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=39255 > > > Test::More 0.81_02 changed the output and behavior a little bit when a > test exits abnormally. > > - Now preserves the tests' exit code if it exits abnormally, > rather than setting it to 255. > - Changed the "Looks like your test died" message to > "Looks like your test exited with $exit_code" > > The Slay tests are specifically trying to strip out any 'test died' > messages, which has changed. > > I would suggest instead setting Test::More->builder->no_ending(1) to > suppress the end-of-test message (as long as you're not using no_plan, > because it will shut of, too). > >
Thanks. --Mark