We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a056fca commit 3cf1c73Copy full SHA for 3cf1c73
buildbot/masters/datatracker/master.cfg
@@ -127,7 +127,7 @@ class UnitTest(WarningCountingShellCommand):
127
info = {}
128
for line in log.getText().split("\n"):
129
for key in self.regexPatterns:
130
- regex = regexPatterns[key]
+ regex = self.regexPatterns[key]
131
match = re.match(regex, line)
132
if match:
133
info[key] = match.group(1)
0 commit comments