diff options
author | Zachary Turner <zturner@google.com> | 2015-12-08 18:36:05 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-12-08 18:36:05 +0000 |
commit | aad25fb9a559241c7f78f8555c328e5fe734f0ab (patch) | |
tree | a91167483d54cf2731b3208732c5f9c435bb0ba3 /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | 614e8ff855568c250cb6331f8233099f83218605 (diff) | |
download | bcm5719-llvm-aad25fb9a559241c7f78f8555c328e5fe734f0ab.tar.gz bcm5719-llvm-aad25fb9a559241c7f78f8555c328e5fe734f0ab.zip |
Remove +b option from dotest.py
llvm-svn: 255037
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 ef91fbb52e3..c66a37b4074 100644 --- a/lldb/packages/Python/lldbsuite/test/configuration.py +++ b/lldb/packages/Python/lldbsuite/test/configuration.py @@ -56,9 +56,6 @@ def setupCrashInfoHook(): # The test suite. suite = unittest2.TestSuite() -# By default, benchmarks tests are not run. -just_do_benchmarks_test = False - dont_do_dsym_test = False dont_do_dwarf_test = False dont_do_dwo_test = False |