diff options
author | Zachary Turner <zturner@google.com> | 2015-12-09 20:48:59 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-12-09 20:48:59 +0000 |
commit | 94ea56bc8bb5bde691d87cdb65ec859c25f202c3 (patch) | |
tree | 3243b3b6cdf3117c365211ef7aa7882e5c3a7c99 /lldb/packages/Python/lldbsuite/test/dotest_args.py | |
parent | 35a7610a052ddee9036c02ca62b2d4d42414611b (diff) | |
download | bcm5719-llvm-94ea56bc8bb5bde691d87cdb65ec859c25f202c3.tar.gz bcm5719-llvm-94ea56bc8bb5bde691d87cdb65ec859c25f202c3.zip |
Remove the -P option from dotest.py
This was an option to display a graphical progress bar. Nobody
is using this, and it doesn't work correctly anyway with the new
result formatter.
llvm-svn: 255153
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dotest_args.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/dotest_args.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/dotest_args.py b/lldb/packages/Python/lldbsuite/test/dotest_args.py index 49a14ec3aaa..48fe5edb862 100644 --- a/lldb/packages/Python/lldbsuite/test/dotest_args.py +++ b/lldb/packages/Python/lldbsuite/test/dotest_args.py @@ -88,7 +88,6 @@ def create_parser(): # Test-suite behaviour group = parser.add_argument_group('Runtime behaviour options') X('-d', 'Suspend the process after launch to wait indefinitely for a debugger to attach') - X('-P', "Use the graphic progress bar.") X('-q', "Don't print extra output from this script.") X('-S', "Skip the build and cleanup while running the test. Use this option with care as you would need to build the inferior(s) by hand and build the executable(s) with the correct name(s). This can be used with '-# n' to stress test certain test cases for n number of times") X('-t', 'Turn on tracing of lldb command and other detailed test executions') |