From d2a93fd6ca28b24ea897e067833aff0a7b1caadb Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Wed, 9 Dec 2015 20:48:19 +0000 Subject: Delete the -F command line option from dotest.py. This removes the failfast command line option as part of an effort to simplify dotest and remove unused command line options. You can still Ctrl+C any time you want to exit early. llvm-svn: 255150 --- 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 f0aa26a..a698efa 100644 --- a/lldb/packages/Python/lldbsuite/test/configuration.py +++ b/lldb/packages/Python/lldbsuite/test/configuration.py @@ -91,9 +91,6 @@ bmBreakpointSpec = None # The benchmark iteration count, as specified by the '-y' option. bmIterationCount = -1 -# By default, failfast is False. Use '-F' to overwrite it. -failfast = False - # The filters (testclass.testmethod) used to admit tests into our test suite. filters = [] -- cgit v1.1