Skip to content

Commit a056fca

Browse files
author
buildbot
committed
Bugfix for buildblt master.cfg.
- Legacy-Id: 9255
1 parent 5f38c12 commit a056fca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildbot/masters/datatracker/master.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class UnitTest(WarningCountingShellCommand):
126126
def createSummary(self, log):
127127
info = {}
128128
for line in log.getText().split("\n"):
129-
for key in regexPatterns:
129+
for key in self.regexPatterns:
130130
regex = regexPatterns[key]
131131
match = re.match(regex, line)
132132
if match:

0 commit comments

Comments
 (0)