Skip to content

Commit

Permalink
address rest of comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mhdawson committed May 12, 2016
1 parent abb3e63 commit f36f59d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -726,8 +726,7 @@ def AddTestsToList(self, result, current_path, path, context, arch, mode):
tests = self.GetConfiguration(context).ListTests(current_path, path,
arch, mode)
for t in tests: t.variant_flags = v
for rep in range(0, context.repeat):
result += tests
result += tests * context.repeat

def GetTestStatus(self, context, sections, defs):
self.GetConfiguration(context).GetTestStatus(sections, defs)
Expand Down

0 comments on commit f36f59d

Please # to comment.