From 5970076466cf9722b7b5bd08f50e6479c352baf3 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Wed, 28 Aug 2019 21:24:41 +0000 Subject: [dotest] Remove --rerun-max-file-threshold This variable corresponding to this argument is set but never read. llvm-svn: 370264 --- lldb/packages/Python/lldbsuite/test/dotest_args.py | 9 --------- 1 file changed, 9 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test/dotest_args.py') diff --git a/lldb/packages/Python/lldbsuite/test/dotest_args.py b/lldb/packages/Python/lldbsuite/test/dotest_args.py index 444f4afdf52..f4882e1d7e4 100644 --- a/lldb/packages/Python/lldbsuite/test/dotest_args.py +++ b/lldb/packages/Python/lldbsuite/test/dotest_args.py @@ -260,15 +260,6 @@ def create_parser(): 'irrespective of the test method\'s marking as flakey. ' 'Default behavior is to apply re-runs only to flakey ' 'tests that generate issues.')) - group.add_argument( - '--rerun-max-file-threshold', - action='store', - type=int, - default=50, - help=('Maximum number of files requiring a rerun beyond ' - 'which the rerun will not occur. This is meant to ' - 'stop a catastrophically failing test suite from forcing ' - 'all tests to be rerun in the single-worker phase.')) # Remove the reference to our helper function del X -- cgit v1.2.3