From 76972031fa9afe6a1a2911d20de248da15bc92ec Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Wed, 9 Dec 2015 19:45:51 +0000 Subject: Remove -k command line option from dotest.py. This is part of an effort to remove unused command line options. llvm-svn: 255143 --- lldb/packages/Python/lldbsuite/test/configuration.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py') 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 -- cgit v1.2.3