mirror of
https://github.com/intel/llvm.git
synced 2026-02-04 20:00:11 +08:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user