diff options
author | Zachary Turner <zturner@google.com> | 2015-12-09 19:45:51 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-12-09 19:45:51 +0000 |
commit | 76972031fa9afe6a1a2911d20de248da15bc92ec (patch) | |
tree | 27bb5379f3d5691fb61f6176686176f5dbf70572 /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | 6c8733346a0f479fb5bc03aa39e131bdcbd3f457 (diff) | |
download | bcm5719-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/configuration.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/configuration.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/configuration.py b/lldb/packages/Python/lldbsuite/test/configuration.py index f06bbac05fe..f0aa26a8f01 100644 --- a/lldb/packages/Python/lldbsuite/test/configuration.py +++ b/lldb/packages/Python/lldbsuite/test/configuration.py @@ -97,10 +97,6 @@ failfast = False # The filters (testclass.testmethod) used to admit tests into our test suite. filters = [] -# The runhooks is a list of lldb commands specifically for the debugger. -# Use '-k' to specify a runhook. -runHooks = [] - # Ignore the build search path relative to this script to locate the lldb.py module. ignore = False |