in reply to How do I display the summary in the generated HTML page after running all the tests.
To run the tests, I used the 'prove' utility:
There is your problem. The prove utility creates its own harness, formatter .... script the prove utility, remove all the harness junk from your test program, or don't use prove to run your program
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How do I display the summary in the generated HTML page after running all the tests.
by rfbytes (Initiate) on Apr 18, 2012 at 21:21 UTC |