summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/dotest_args.py
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-12-09 19:45:51 +0000
committerZachary Turner <zturner@google.com>2015-12-09 19:45:51 +0000
commit76972031fa9afe6a1a2911d20de248da15bc92ec (patch)
tree27bb5379f3d5691fb61f6176686176f5dbf70572 /lldb/packages/Python/lldbsuite/test/dotest_args.py
parent6c8733346a0f479fb5bc03aa39e131bdcbd3f457 (diff)
downloadbcm5719-llvm-76972031fa9afe6a1a2911d20de248da15bc92ec.tar.gz
bcm5719-llvm-76972031fa9afe6a1a2911d20de248da15bc92ec.zip
Remove -k command line option from dotest.py.
This is part of an effort to remove unused command line options. llvm-svn: 255143
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 4284c0f4d81..7c1ca9ed8d2 100644
--- a/lldb/packages/Python/lldbsuite/test/dotest_args.py
+++ b/lldb/packages/Python/lldbsuite/test/dotest_args.py
@@ -70,7 +70,6 @@ def create_parser():
group = parser.add_argument_group('Configuration options')
group.add_argument('--framework', metavar='framework-path', help='The path to LLDB.framework')
group.add_argument('--executable', metavar='executable-path', help='The path to the lldb executable')
- group.add_argument('-k', metavar='command', action='append', help="Specify a runhook, which is an lldb command to be executed by the debugger; The option can occur multiple times. The commands are executed one after the other to bring the debugger to a desired state, so that, for example, further benchmarking can be done")
group.add_argument('-R', metavar='dir', help='Specify a directory to relocate the tests and their intermediate files to. BE WARNED THAT the directory, if exists, will be deleted before running this test driver. No cleanup of intermediate test files is performed in this case')
group.add_argument('-r', metavar='dir', help="Similar to '-R', except that the directory must not exist before running this test driver")
group.add_argument('-s', metavar='name', help='Specify the name of the dir created to store the session files of tests with errored or failed status. If not specified, the test driver uses the timestamp as the session dir name')
OpenPOWER on IntegriCloud