fix argument usage for '-#' command line option

This was broken in the grand configuration change.  Now
using -# works again.

llvm-svn: 268638
This commit is contained in:
Todd Fiala
2016-05-05 16:01:15 +00:00
parent 09ba254f10
commit bcab6484eb

View File

@@ -1084,7 +1084,7 @@ def run_suite():
# mark __ignore_singleton__ flag as True so the signleton pattern is
# not enforced.
test_result.LLDBTestResult.__ignore_singleton__ = True
for i in range(count):
for i in range(configuration.count):
result = unittest2.TextTestRunner(stream=sys.stderr,
verbosity=v,