summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/dotest.py
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-12-10 18:51:21 +0000
committerZachary Turner <zturner@google.com>2015-12-10 18:51:21 +0000
commit21accab1a758b2efb96c49825d13429e4c0283e6 (patch)
tree91eee61f3dec80c148e8e9da84527d2542c28f36 /lldb/packages/Python/lldbsuite/test/dotest.py
parent80310c29fb6cd5e835ea273b25e69a9d8836cea8 (diff)
downloadbcm5719-llvm-21accab1a758b2efb96c49825d13429e4c0283e6.tar.gz
bcm5719-llvm-21accab1a758b2efb96c49825d13429e4c0283e6.zip
Remove deprecated command line options from dotest.py
llvm-svn: 255278
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dotest.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/dotest.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/dotest.py b/lldb/packages/Python/lldbsuite/test/dotest.py
index 684832455fa..bdb5fd60b50 100644
--- a/lldb/packages/Python/lldbsuite/test/dotest.py
+++ b/lldb/packages/Python/lldbsuite/test/dotest.py
@@ -289,16 +289,6 @@ def parseOptionsAndInitTestdirs():
elif args.N == 'dsym':
configuration.dont_do_dsym_test = True
- if args.a or args.plus_a:
- print("Options '-a' and '+a' have been deprecated. Please use the test category\n"
- "functionality (-G pyapi, --skip-category pyapi) instead.")
- sys.exit(1)
-
- if args.m or args.plus_m:
- print("Options '-m' and '+m' have been deprecated. Please use the test category\n"
- "functionality (-G lldb-mi, --skip-category lldb-mi) instead.")
- sys.exit(1)
-
if args.d:
sys.stdout.write("Suspending the process %d to wait for debugger to attach...\n" % os.getpid())
sys.stdout.flush()
OpenPOWER on IntegriCloud