in reply to Redirecting the output of Test::More
Maybe I'm missing something here ... but why would you want to redirect the test output anywhere? If you're running your test under "make test" (or "Build test"), then it's all going exactly where you want. Are you trying to run the test standalone without the MakeMaker/Build framework? Where do you want to send the results? To a file, or to the screen? In the latter case, I'm not sure why STDERR is not sufficient. In the former case, I would recommend using your shell to do this - so that when you later run your tests under the standard frameworks, it will just work (because they will redirect to themselves).
Just my thoughts...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Redirecting the output of Test::More
by thor (Priest) on Feb 18, 2005 at 19:27 UTC | |
by Tanktalus (Canon) on Feb 20, 2005 at 17:12 UTC |