Eric Wilhelm wrote:
# from Andy Armstrong
# on Sunday 21 January 2007 11:37 am:
On 21 Jan 2007, at 19:16, Eric Wilhelm wrote:
PERL_TEST_HARNESS_DUMP_TAP="$(test_dir_for_this_dist)"
If that isn't enough (which may be the case in Adam's cpan
injection), I
suppose you could do "if the env var is an executable, run it and
capture the output"?
Note, for recursive test directories, it should create
t/foo/foo_basic.t, t/bar/bar_basic.t
I've just committed a change that does just that :)
"just that" being just the dir structure, or also the env var
execute-if-not-dir thing?
If you're talking about r53 at http://svn.hexten.net/tapx, I guess Adam
is going to have to wait.
It's fine, I'm not in a hurry.
I'm not entirely sure than the executable thing would work either...
But I've since figured out how to make what I want happen, so the path
thing isn't necesary. Just mirroring the test files is fine.
Adam K