diff options
author | Zachary Turner <zturner@google.com> | 2015-12-09 20:48:19 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-12-09 20:48:19 +0000 |
commit | d2a93fd6ca28b24ea897e067833aff0a7b1caadb (patch) | |
tree | b937a3e281c2e6919089eac157efcb65ac4484eb /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | 9edc3b8403e69e30c6ccba87a32140b8f4b87bf2 (diff) | |
download | llvm-d2a93fd6ca28b24ea897e067833aff0a7b1caadb.zip llvm-d2a93fd6ca28b24ea897e067833aff0a7b1caadb.tar.gz llvm-d2a93fd6ca28b24ea897e067833aff0a7b1caadb.tar.bz2 |
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
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/configuration.py | 3 |
1 files changed, 0 insertions, 3 deletions
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 = [] |