On 29 Nov 2007, at 16:18, Ovid wrote:
Yup. I'm working on it now so I'll incorporate something like that.
Thanks :)

While you're at it, we can eliminate this bug (this is related to a
stateful prove):

 http://rt.cpan.org/Public/Bug/Display.html?id=2101

Someone wants to be able to shuffle tests but if they fail, use the
same playback order.  This can be done by choosing a random seed for
srand and then passing it in for a deterministic shuffle:

 prove --shuffle=$seed

Or perhaps App::Prove can cache the last random seed used and use that
if someone wants to repeat the last shuffle:

 prove --last-shuffle


Good call. I'll do that too then.

--
Andy Armstrong, Hexten




Reply via email to