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.