diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-08-28 21:24:41 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-08-28 21:24:41 +0000 |
commit | 5970076466cf9722b7b5bd08f50e6479c352baf3 (patch) | |
tree | a79724530a01b4a10f426be91f40257114f1dd34 /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | 3517d10575e29b57b5894aced3539e0ab92fba05 (diff) | |
download | bcm5719-llvm-5970076466cf9722b7b5bd08f50e6479c352baf3.tar.gz bcm5719-llvm-5970076466cf9722b7b5bd08f50e6479c352baf3.zip |
[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/configuration.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/configuration.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/configuration.py b/lldb/packages/Python/lldbsuite/test/configuration.py index beb884e09aa..72f046e86d7 100644 --- a/lldb/packages/Python/lldbsuite/test/configuration.py +++ b/lldb/packages/Python/lldbsuite/test/configuration.py @@ -120,7 +120,6 @@ test_result = None # Test rerun configuration vars rerun_all_issues = False -rerun_max_file_threhold = 0 # The names of all tests. Used to assert we don't have two tests with the # same base name. |