From cee6a6a63b56c9317dd73edefa93ea35037fa2f6 Mon Sep 17 00:00:00 2001 From: Todd Fiala Date: Mon, 9 Nov 2015 18:51:04 +0000 Subject: Add --curses shortcut for specifying the curses-based test results formatter. This commit closes the following review: http://reviews.llvm.org/D14488 llvm-svn: 252498 --- lldb/packages/Python/lldbsuite/test/dosep.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lldb/packages/Python/lldbsuite/test/dosep.py') diff --git a/lldb/packages/Python/lldbsuite/test/dosep.py b/lldb/packages/Python/lldbsuite/test/dosep.py index 5bc966d67fd..f3fd3ea6ccb 100644 --- a/lldb/packages/Python/lldbsuite/test/dosep.py +++ b/lldb/packages/Python/lldbsuite/test/dosep.py @@ -1227,6 +1227,10 @@ def adjust_inferior_options(dotest_argv): _remove_option(dotest_argv, "--results-formatter-option", "-O", True) + # Remove the --curses shortcut if specified. + if dotest_options.curses: + _remove_option(dotest_argv, "--curses", None, False) + # Remove test runner name if present. if dotest_options.test_runner_name is not None: _remove_option(dotest_argv, "--test-runner-name", None, True) -- cgit v1.2.3