diff options
author | Zachary Turner <zturner@google.com> | 2015-12-08 20:36:22 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-12-08 20:36:22 +0000 |
commit | 5067158381ed143b0c7bb8656f2a215f166cc2f6 (patch) | |
tree | da490c9d1b4ebbad34699cbc0ee09088ad908487 /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | 0a37b80bcb72da01942b7a82326b31f6fce4d2af (diff) | |
download | bcm5719-llvm-5067158381ed143b0c7bb8656f2a215f166cc2f6.tar.gz bcm5719-llvm-5067158381ed143b0c7bb8656f2a215f166cc2f6.zip |
Remove the -X option from dotest.py
This removes the option to exclude a single directory. This is
part of an effort to remove unused options and cleanup the interface
to the test suite.
llvm-svn: 255048
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 14557216cf1..2ef0cacc99c 100644 --- a/lldb/packages/Python/lldbsuite/test/configuration.py +++ b/lldb/packages/Python/lldbsuite/test/configuration.py @@ -107,9 +107,6 @@ bmBreakpointSpec = None # The benchmark iteration count, as specified by the '-y' option. bmIterationCount = -1 -# By default, don't exclude any directories. Use '-X' to add one excluded directory. -excluded = set(['.svn', '.git']) - # By default, failfast is False. Use '-F' to overwrite it. failfast = False |