From 94ea56bc8bb5bde691d87cdb65ec859c25f202c3 Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Wed, 9 Dec 2015 20:48:59 +0000 Subject: 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 --- lldb/packages/Python/lldbsuite/test/configuration.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py') diff --git a/lldb/packages/Python/lldbsuite/test/configuration.py b/lldb/packages/Python/lldbsuite/test/configuration.py index 6f5528b..4f71b0c 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 -- cgit v1.1