Another fix for buildbot master.cfg.

- Legacy-Id: 9259
This commit is contained in:
buildbot 2015-03-19 23:13:22 +00:00
parent c09fe6ae13
commit d5b483a822

View file

@ -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)