aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/dotest.py
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-08-28 21:24:41 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2019-08-28 21:24:41 +0000
commit5970076466cf9722b7b5bd08f50e6479c352baf3 (patch)
treea79724530a01b4a10f426be91f40257114f1dd34 /lldb/packages/Python/lldbsuite/test/dotest.py
parent3517d10575e29b57b5894aced3539e0ab92fba05 (diff)
downloadllvm-5970076466cf9722b7b5bd08f50e6479c352baf3.zip
llvm-5970076466cf9722b7b5bd08f50e6479c352baf3.tar.gz
llvm-5970076466cf9722b7b5bd08f50e6479c352baf3.tar.bz2
[dotest] Remove --rerun-max-file-threshold
This variable corresponding to this argument is set but never read. llvm-svn: 370264
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dotest.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/dotest.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/dotest.py b/lldb/packages/Python/lldbsuite/test/dotest.py
index 40c9bfb..c3d723ec 100644
--- a/lldb/packages/Python/lldbsuite/test/dotest.py
+++ b/lldb/packages/Python/lldbsuite/test/dotest.py
@@ -434,7 +434,6 @@ def parseOptionsAndInitTestdirs():
# rerun-related arguments
configuration.rerun_all_issues = args.rerun_all_issues
- configuration.rerun_max_file_threshold = args.rerun_max_file_threshold
if args.lldb_platform_name:
configuration.lldb_platform_name = args.lldb_platform_name