Skip Menu |

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

Report information
The Basics
Id: 33848
Status: resolved
Priority: 0/
Queue: Test-Harness

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

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



Subject: prove missing --ext
TH 2's prove had a --ext option. --ext=x Extensions (defaults to .t) TH 3 is missing that option, extensions are hard coded to .t. This is getting in the way of testing arbitrary code. I am adapting an existing test system which works by directory, there are no .t files. I tried to do this: prove --exec test_wrapper path/to/a/test/dir but prove ignored the argument because it contained no .t files. I see that --ext was removed: 2.57_02 Fri Dec 30 23:51:17 CST 2005 [THINGS THAT MAY BREAK YOUR CODE] * prove's --ext option has been removed. I'm betting that nobody used it. Well, now somebody needs it. :) I'll see about getting a patch together, shouldn't be hard.
Fixed in 3.11 :)