mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-30 00:24:00 +00:00
Add back a dummy --use-processes.
Some bots are using it. llvm-svn: 303282
This commit is contained in:
parent
97629e873b
commit
a043b0052c
@ -282,6 +282,9 @@ def main_with_tmp(builtinParameters):
|
||||
debug_group.add_argument("--show-tests", dest="showTests",
|
||||
help="Show all discovered tests",
|
||||
action="store_true", default=False)
|
||||
debug_group.add_argument("--use-processes", dest="executionStrategy",
|
||||
help="Run tests in parallel with processes (not threads)",
|
||||
action="store_const", const="PROCESSES")
|
||||
|
||||
opts = parser.parse_args()
|
||||
args = opts.test_paths
|
||||
|
Loading…
x
Reference in New Issue
Block a user