summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/configuration.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/configuration.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/configuration.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/configuration.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/configuration.py b/lldb/packages/Python/lldbsuite/test/configuration.py
index 6f5528bcd0e..4f71b0c24e8 100644
--- a/lldb/packages/Python/lldbsuite/test/configuration.py
+++ b/lldb/packages/Python/lldbsuite/test/configuration.py
@@ -130,9 +130,6 @@ svn_silent = True
# Default verbosity is 0.
verbose = 1
-# Set to True only if verbose is 0 and LLDB trace mode is off.
-progress_bar = False
-
# By default, search from the script directory.
# We can't use sys.path[0] to determine the script directory
# because it doesn't work under a debugger
OpenPOWER on IntegriCloud