Closed GoogleCodeExporter closed 9 years ago
nice work, thanks! I pushed both patches. 'python run.py 20' now gives a 'tests
failed: 1' result though. unfortunately no time to look into this myself now..
the idea to parallelize run.py is a good one.. I had it myself but with the
run.py part.. :-) I currently use a manual script in scripts/, called tx, which
given a number starts this many gnome-terminals and runs the tests in parallel
across them. but it's much better to do this in run.py and with the
multiprocessing module.
Original comment by mark.duf...@gmail.com
on 7 Apr 2013 at 10:33
with the run.py part -> without the run.py part
Original comment by mark.duf...@gmail.com
on 7 Apr 2013 at 10:33
Oops... I forgot to remove a line of code that I was using to test the option
-f with multiprocessing.
I have attached a patch to fix that.
Original comment by ernestof...@gmail.com
on 7 Apr 2013 at 11:00
Attachments:
pushed, thanks for the fix!
Original comment by mark.duf...@gmail.com
on 8 Apr 2013 at 6:57
Original issue reported on code.google.com by
ernestof...@gmail.com
on 7 Apr 2013 at 5:32Attachments: