summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/dotest_args.py
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-12-09 20:48:31 +0000
committerZachary Turner <zturner@google.com>2015-12-09 20:48:31 +0000
commit6c9e44413f249378889df9a095f509117b484717 (patch)
tree7b98f9861ac9e5472d26f288021f9d1c259bf3e2 /lldb/packages/Python/lldbsuite/test/dotest_args.py
parentd2a93fd6ca28b24ea897e067833aff0a7b1caadb (diff)
downloadbcm5719-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/dotest_args.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/dotest_args.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/dotest_args.py b/lldb/packages/Python/lldbsuite/test/dotest_args.py
index 5f58ab56096..8d120bc50b7 100644
--- a/lldb/packages/Python/lldbsuite/test/dotest_args.py
+++ b/lldb/packages/Python/lldbsuite/test/dotest_args.py
@@ -88,7 +88,6 @@ def create_parser():
# Test-suite behaviour
group = parser.add_argument_group('Runtime behaviour options')
X('-d', 'Suspend the process after launch to wait indefinitely for a debugger to attach')
- X('-i', "Ignore (don't bailout) if 'lldb.py' module cannot be located in the build tree relative to this script; use PYTHONPATH to locate the module")
X('-n', "Don't print the headers like build dir, lldb version, and svn info at all")
X('-P', "Use the graphic progress bar.")
X('-q', "Don't print extra output from this script.")
OpenPOWER on IntegriCloud