Oh, thanks!<span></span><div><div><br>On Wednesday, October 23, 2013, Rafael Espíndola  wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">>      group.add_option("", "--use-processes", dest="useProcesses",<br>

>                        help="Run tests in parallel with processes (not threads)",<br>
> -                      action="store_true", default=False)<br>
> +                      action="store_true", default=useProcessesIsDefault)<br>
>      group.add_option("", "--use-threads", dest="useProcesses",<br>
>                        help="Run tests in parallel with threads (not processes)",<br>
> -                      action="store_false", default=False)<br>
> +                      action="store_false", default=not useProcessesIsDefault)<br>
>      parser.add_option_group(group)<br>
<br>
Having two options pointing to the same variable with different<br>
defaults is odd. I was still getting multitherading on linux. I fixed<br>
this in r193282 and multiprocessing is now being used by default.<br>
<br>
Cheers,<br>
Rafael<br>
</blockquote></div></div><br><br>-- <br> - Daniel<br>