On Wednesday 14 December 2005 12:09, Alberto Simoes wrote:
> Basically, count tests, count tests ok, give rate. Useful if you want to
> run smoke and look to the output just at the end.
Thanks, applied with sprintf() tweaks as #10538.
Perhaps the maintainer of Test::TAP::Model should look at t
On Wednesday 14 December 2005 12:09, Alberto Simoes wrote:
> + printf STDERR "$stats{ok} OK from $stats{tests} tests (%.2f%%
> ok)\n\n",
Interpolating into a sprintf() string apart from %s is a minor security
oopsie. In this case, it's not so bad if you trust the data coming back from
Te
# New Ticket Created by Alberto Simoes
# Please include the string: [perl #37947]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/rt3/Ticket/Display.html?id=37947 >
Basically, count tests, count tests ok, give rate. Useful if you want to
run smoke