Bugfix for buildblt master.cfg.
- Legacy-Id: 9255
This commit is contained in:
parent
5f38c12de4
commit
a056fcaaee
|
@ -126,7 +126,7 @@ class UnitTest(WarningCountingShellCommand):
|
||||||
def createSummary(self, log):
|
def createSummary(self, log):
|
||||||
info = {}
|
info = {}
|
||||||
for line in log.getText().split("\n"):
|
for line in log.getText().split("\n"):
|
||||||
for key in regexPatterns:
|
for key in self.regexPatterns:
|
||||||
regex = regexPatterns[key]
|
regex = regexPatterns[key]
|
||||||
match = re.match(regex, line)
|
match = re.match(regex, line)
|
||||||
if match:
|
if match:
|
||||||
|
|
Loading…
Reference in a new issue