diff options
author | Zachary Turner <zturner@google.com> | 2015-12-10 18:50:49 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-12-10 18:50:49 +0000 |
commit | 3cfa31492cd9add70042d3e73c5fac8d9eb5b378 (patch) | |
tree | 8824da4ed9c410ba999a60a4275ff3bb83340fe3 /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | b08ab7242759d4f539b6bcd33e69133bf83a3933 (diff) | |
download | bcm5719-llvm-3cfa31492cd9add70042d3e73c5fac8d9eb5b378.tar.gz bcm5719-llvm-3cfa31492cd9add70042d3e73c5fac8d9eb5b378.zip |
Remove the -T option from dotest.py.
llvm-svn: 255276
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/configuration.py | 3 |
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 4f71b0c24e8..9591ae3f70e 100644 --- a/lldb/packages/Python/lldbsuite/test/configuration.py +++ b/lldb/packages/Python/lldbsuite/test/configuration.py @@ -124,9 +124,6 @@ sdir_has_content = False # svn_info stores the output from 'svn info lldb.base.dir'. svn_info = '' -# svn_silent means do not try to obtain svn status -svn_silent = True - # Default verbosity is 0. verbose = 1 |