summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/dotest.py
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-12-09 20:48:59 +0000
committerZachary Turner <zturner@google.com>2015-12-09 20:48:59 +0000
commit94ea56bc8bb5bde691d87cdb65ec859c25f202c3 (patch)
tree3243b3b6cdf3117c365211ef7aa7882e5c3a7c99 /lldb/packages/Python/lldbsuite/test/dotest.py
parent35a7610a052ddee9036c02ca62b2d4d42414611b (diff)
downloadbcm5719-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.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/dotest.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/dotest.py b/lldb/packages/Python/lldbsuite/test/dotest.py
index 095d8788815..2eea55c8ae8 100644
--- a/lldb/packages/Python/lldbsuite/test/dotest.py
+++ b/lldb/packages/Python/lldbsuite/test/dotest.py
@@ -27,7 +27,6 @@ import importlib
import os
import errno
import platform
-import progress
import signal
import socket
import subprocess
@@ -338,10 +337,6 @@ def parseOptionsAndInitTestdirs():
if args.q:
configuration.parsable = True
- if args.P and not args.v:
- configuration.progress_bar = True
- configuration.verbose = 0
-
if args.R:
if args.R.startswith('-'):
usage(parser)
@@ -1239,8 +1234,6 @@ def run_suite():
if configuration.parsable:
v = 0
- elif configuration.progress_bar:
- v = 1
else:
v = configuration.verbose
OpenPOWER on IntegriCloud