summaryrefslogtreecommitdiffstats
path: root/tester/rt/check.py
diff options
context:
space:
mode:
Diffstat (limited to 'tester/rt/check.py')
-rwxr-xr-xtester/rt/check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tester/rt/check.py b/tester/rt/check.py
index b82e902..7e1fc3f 100755
--- a/tester/rt/check.py
+++ b/tester/rt/check.py
@@ -403,7 +403,7 @@ class build:
counts['h'] += 1
for f in self.counts:
if f in counts:
- self.counts[f] = counts[f]
+ self.counts[f] += counts[f]
return counts
def build_arch_bsp(self, arch, bsp):