Subject: | doc bug, no Diagnostics section in Harness.pm |
Show quoted text
_____________________________________
runtests( @test_files )
This runs all the given @test_files and divines whether they passed or
failed based on their output to STDOUT (details above). It prints out
each individual test which failed along with a summary report and a how
long it all took.
It returns true if everything was ok. Otherwise it will die() with one
of the messages in the DIAGNOSTICS section.
_____________________________________
There is no DIAGNOSTICS section in Harness.pm .