From 5970076466cf9722b7b5bd08f50e6479c352baf3 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Wed, 28 Aug 2019 21:24:41 +0000 Subject: [dotest] Remove --rerun-max-file-threshold This variable corresponding to this argument is set but never read. llvm-svn: 370264 --- lldb/packages/Python/lldbsuite/test/configuration.py | 1 - 1 file changed, 1 deletion(-) (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 beb884e..72f046e 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. -- cgit v1.1