Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Test-Simple CPAN distribution.

Report information
The Basics
Id: 8380
Status: rejected
Priority: 0/
Queue: Test-Simple

People
Owner: Nobody in particular
Requestors: schwern [...] pobox.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Make exit code magic optional.
Setting the exit code of a failed test to the number of tests doesn't seem to be very useful and it makes Test::Harness output kinda ugly. Make it optional by both a function and environment variable.
Subject: Make exit code magic optional.
Turns out it does its job silently and efficiently to allow folks to use Test::Builder tests without parsing the output. That's why chucking Test::More into test.pl works. Perhaps make the exit code smarter and not fire if HARNESS_ACTIVE?
On Fri Aug 27 23:19:46 2010, MSCHWERN wrote: Show quoted text
> Turns out it does its job silently and efficiently to allow folks to use > Test::Builder tests without parsing the output. That's why chucking > Test::More into test.pl works. > > Perhaps make the exit code smarter and not fire if HARNESS_ACTIVE?
Test2 plugins can be written if anyone really wants/needs this.