http://qs321.pair.com?node_id=1199048


in reply to Print summary of tests results when using Test::More ?

Hi, Are you using prove?

Example:

vagrant@vagrant:/as > prove -lr t/0* t/000-config.t ........ ok t/001-pod-coverage.t .. ok t/040-crypt.t ......... ok t/050-types.t ......... ok All tests successful. Files=4, Tests=67, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.99 cusr + 0.10 csys = 1.12 CPU) Result: PASS
See also perldoc prove.

Hope this helps!


The way forward always starts with a minimal test.