summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/dotest.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dotest.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/dotest.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/dotest.py b/lldb/packages/Python/lldbsuite/test/dotest.py
index 8d301fb9404..08cf03e602c 100644
--- a/lldb/packages/Python/lldbsuite/test/dotest.py
+++ b/lldb/packages/Python/lldbsuite/test/dotest.py
@@ -416,12 +416,6 @@ def parseOptionsAndInitTestdirs():
if do_help:
usage(parser)
- # Capture test results-related args.
- if args.curses:
- # Act as if the following args were set.
- args.results_formatter = "lldbsuite.test_event.formatter.curses.Curses"
- args.results_file = "stdout"
-
if args.results_file:
configuration.results_filename = args.results_file
OpenPOWER on IntegriCloud