Re: [perl #37947] Patch to give yet more output on smoke

2005-12-15 Thread chromatic
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

Re: [perl #37947] Patch to give yet more output on smoke

2005-12-14 Thread chromatic
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

[perl #37947] Patch to give yet more output on smoke

2005-12-14 Thread via RT
# 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