summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/dotest_args.py
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-08-29 17:18:57 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2019-08-29 17:18:57 +0000
commit16624b8ca6ec0e3ae546e82941a026a40989a19e (patch)
tree94c5765e3d02ae2016f75e1d30f24986fa60a6f5 /lldb/packages/Python/lldbsuite/test/dotest_args.py
parent6347aa5d164381a1b74ecb81e88f35c9e4ebaaf4 (diff)
downloadbcm5719-llvm-16624b8ca6ec0e3ae546e82941a026a40989a19e.tar.gz
bcm5719-llvm-16624b8ca6ec0e3ae546e82941a026a40989a19e.zip
[dotest] Remove the curses result formatter.
This removes the curses result formatter which appears to be broken. Passing --curses to dotest.py screws up my terminal and doesn't run any tests. It even crashes Python on occasion. Differential revision: https://reviews.llvm.org/D66917 llvm-svn: 370386
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dotest_args.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/dotest_args.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/dotest_args.py b/lldb/packages/Python/lldbsuite/test/dotest_args.py
index 8b73fff8a06..fa36cbcef45 100644
--- a/lldb/packages/Python/lldbsuite/test/dotest_args.py
+++ b/lldb/packages/Python/lldbsuite/test/dotest_args.py
@@ -199,10 +199,6 @@ def create_parser():
# Test results support.
group = parser.add_argument_group('Test results options')
group.add_argument(
- '--curses',
- action='store_true',
- help='Shortcut for specifying test results using the curses formatter')
- group.add_argument(
'--results-file',
action='store',
help=('Specifies the file where test results will be written '
OpenPOWER on IntegriCloud