From d3a49b03a57bb7448620c31f493932018e752c0d Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Fri, 21 Aug 2020 14:16:55 -0700 Subject: [lldb] Remove --rerun-all-issues as its functionality no longer exists The logic behind --rerun-all-issues was removed when we switched to LIT as the test driver. This patch just removes the dotest option and corresponding entry in configuration.py. --- lldb/packages/Python/lldbsuite/test/configuration.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py') diff --git a/lldb/packages/Python/lldbsuite/test/configuration.py b/lldb/packages/Python/lldbsuite/test/configuration.py index 6f4b89c..7939a27 100644 --- a/lldb/packages/Python/lldbsuite/test/configuration.py +++ b/lldb/packages/Python/lldbsuite/test/configuration.py @@ -135,9 +135,6 @@ test_result = None capture_path = None replay_path = 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() -- cgit v1.1