Andy Armstrong wrote:
On 21 Jan 2007, at 14:28, Andy Armstrong wrote:
Yup - point taken. YAML it is then. Everyone happy with that?

By which I mean YAML and/or TAP. There's no real reason not to be able to output TAP if someone might find that useful.

export TEST_HARNESS_DUMP_TAP=/home/me/test.tap
export TEST_HARnESS_DUMP_YAML=/home/me/test.yaml
make test

Yes?

--Andy Armstrong, hexten.net


Each test is likely to output multiple TAP streams...

I had envisioned something like just

PERL_TEST_HARNESS_DUMP_TAP=/home/me/directory

And so you would get something like either...

/home/me/directory/01_compile.t (names matching test name)
/home/me/directory/02_main.t
etc
etc

OR possibly even...

/home/me/directory/ADAMK/Dist-Name-0.01.tar.gz/01_compile.t
/home/me/directory/ADAMK/Dist-Name-0.01.tar.gz/02_main.t

I'm not sure how possibly the latter of the two is...

Adam K

Reply via email to