Another fix for buildbot master.cfg.
- Legacy-Id: 9259
This commit is contained in:
parent
c09fe6ae13
commit
d5b483a822
|
@ -115,7 +115,7 @@ class UnitTest(WarningCountingShellCommand):
|
||||||
# Counter
|
# Counter
|
||||||
value = int(value)
|
value = int(value)
|
||||||
value += self.step_status.getStatistic(kw, 0)
|
value += self.step_status.getStatistic(kw, 0)
|
||||||
elif re.match("[0-9]+\.[0-9]+$"):
|
elif re.match("[0-9]+\.[0-9]+$", value):
|
||||||
# Runtime
|
# Runtime
|
||||||
value = float(value)
|
value = float(value)
|
||||||
value += self.step_status.getStatistic(kw, 0)
|
value += self.step_status.getStatistic(kw, 0)
|
||||||
|
|
Loading…
Reference in a new issue