in reply to Re^3: TAP question
in thread TAP question
How would running all of the .t files using TAP::Harness from within a .t file, rather than from the main script give me any different output?
The only way I can imagine getting a different output would be to run it something like this:
set SDTOUT to a file for each .t file run .t parse output file for each line do either: is(1,1,testcasename) or is(1,0,testcasename) next file
What is is that you're suggesting?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: TAP question
by ysth (Canon) on Feb 27, 2008 at 20:38 UTC |