diff options
author | Zachary Turner <zturner@google.com> | 2015-12-10 18:52:09 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-12-10 18:52:09 +0000 |
commit | 923fdbadae3cda40ae3d3e3e977a5bd177866a0f (patch) | |
tree | 8af723e29a3c2d538ea1fdf50ebe5cd920e6ec83 /lldb/packages/Python/lldbsuite/test/dotest.py | |
parent | 70ed57389afc7690751f2fd8ad6c8d0871d5e53b (diff) | |
download | bcm5719-llvm-923fdbadae3cda40ae3d3e3e977a5bd177866a0f.tar.gz bcm5719-llvm-923fdbadae3cda40ae3d3e3e977a5bd177866a0f.zip |
Remove the -y option from dotest.py.
llvm-svn: 255280
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dotest.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/dotest.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/dotest.py b/lldb/packages/Python/lldbsuite/test/dotest.py index 1a845c5969c..25c1ffa9af3 100644 --- a/lldb/packages/Python/lldbsuite/test/dotest.py +++ b/lldb/packages/Python/lldbsuite/test/dotest.py @@ -359,10 +359,6 @@ def parseOptionsAndInitTestdirs(): configuration.verbose = 2 # argparse makes sure we have a number - if args.y: - configuration.bmIterationCount = args.y - - # argparse makes sure we have a number if args.sharp: configuration.count = args.sharp |