forked from OSchip/llvm-project
Actually switch the default to use multiprocessing
llvm-svn: 193282
This commit is contained in:
parent
620cde38a2
commit
f059064d95
|
@ -200,7 +200,7 @@ def main(builtinParameters = {}):
|
|||
action="store_true", default=useProcessesIsDefault)
|
||||
group.add_option("", "--use-threads", dest="useProcesses",
|
||||
help="Run tests in parallel with threads (not processes)",
|
||||
action="store_false", default=not useProcessesIsDefault)
|
||||
action="store_false", default=useProcessesIsDefault)
|
||||
parser.add_option_group(group)
|
||||
|
||||
(opts, args) = parser.parse_args()
|
||||
|
|
Loading…
Reference in New Issue