diff options
author | Zachary Turner <zturner@google.com> | 2015-12-09 20:48:31 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-12-09 20:48:31 +0000 |
commit | 6c9e44413f249378889df9a095f509117b484717 (patch) | |
tree | 7b98f9861ac9e5472d26f288021f9d1c259bf3e2 /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | d2a93fd6ca28b24ea897e067833aff0a7b1caadb (diff) | |
download | bcm5719-llvm-6c9e44413f249378889df9a095f509117b484717.tar.gz bcm5719-llvm-6c9e44413f249378889df9a095f509117b484717.zip |
Remove the -i command line option from dotest.py.
This is part of a larger effort to remove unused command line
options from dotest.py.
llvm-svn: 255151
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 a698efa24ac..00fd34a46e6 100644 --- a/lldb/packages/Python/lldbsuite/test/configuration.py +++ b/lldb/packages/Python/lldbsuite/test/configuration.py @@ -94,9 +94,6 @@ bmIterationCount = -1 # The filters (testclass.testmethod) used to admit tests into our test suite. filters = [] -# Ignore the build search path relative to this script to locate the lldb.py module. -ignore = False - # By default, we do not skip build and cleanup. Use '-S' option to override. skip_build_and_cleanup = False |