From bcab6484ebaa974a7b88259c8bf8f3ec268d3f1f Mon Sep 17 00:00:00 2001 From: Todd Fiala Date: Thu, 5 May 2016 16:01:15 +0000 Subject: fix argument usage for '-#' command line option This was broken in the grand configuration change. Now using -# works again. llvm-svn: 268638 --- lldb/packages/Python/lldbsuite/test/dotest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite/test') diff --git a/lldb/packages/Python/lldbsuite/test/dotest.py b/lldb/packages/Python/lldbsuite/test/dotest.py index ef75ad91187..5f2e95fd084 100644 --- a/lldb/packages/Python/lldbsuite/test/dotest.py +++ b/lldb/packages/Python/lldbsuite/test/dotest.py @@ -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, -- cgit v1.2.3