diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/configuration.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/configuration.py b/lldb/packages/Python/lldbsuite/test/configuration.py index 7fd68b6dd12..d1aaef5cb7d 100644 --- a/lldb/packages/Python/lldbsuite/test/configuration.py +++ b/lldb/packages/Python/lldbsuite/test/configuration.py @@ -143,6 +143,9 @@ results_formatter_object = None results_formatter_options = None test_result = None +# Test rerun configuration vars +rerun_all_issues = False + # The names of all tests. Used to assert we don't have two tests with the same base name. all_tests = set() |