
collinw at gmail
Jun 29, 2009, 7:22 PM
Post #2 of 4
(512 views)
Permalink
|
|
Re: Anyone against having a loop option for regrtest?
[In reply to]
|
|
On Mon, Jun 29, 2009 at 6:59 PM, Jesse Noller<jnoller [at] gmail> wrote: > Something that's been helping me squirrel out "wacky" and "fun" bugs > in multiprocessing is running the tests in a loop - sometimes hundreds > of times. Right now, I hack this up with a bash script, but I'm > sitting here wondering if adding a "loop for x iterations" option to > regrtest.py would be useful to others as well. > > Any thoughts? Does anyone hate this idea with the power of a thousand suns? +1 for having this in regrtest. I've wished for this in the past, and ended up going the bash route, same as you. Collin _______________________________________________ Python-Dev mailing list Python-Dev [at] python http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com
|