diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/configuration.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/configuration.py b/lldb/packages/Python/lldbsuite/test/configuration.py index 2e4dd411f2f..69ed9fc32e2 100644 --- a/lldb/packages/Python/lldbsuite/test/configuration.py +++ b/lldb/packages/Python/lldbsuite/test/configuration.py @@ -141,6 +141,7 @@ 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. all_tests = set() |