Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[PATCH] output of Test::Harness changed

7 views
Skip to first unread message

Bram

unread,
Aug 8, 2008, 1:34:30 PM8/8/08
to daily...@perl.org, abe...@cpan.org
The output of Test::Harness changed.

Without this patch the result FAIL(x) or PASS-so-far is displayed
instead of FAIL.

Old output:

Test Summary Report
-------------------
base/rs.t (Wstat:
0 Tests: 28 Failed: 1)
Failed test: 11
New output:

Test Summary Report
-------------------
base/rs (Wstat: 0
Tests: 28 Failed: 1)
Failed test: 11

(The filename changed - rs.t vs rs)


Still todo: add tests for the new output.


patch_harness_output
0 new messages