summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtester/rt/check.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tester/rt/check.py b/tester/rt/check.py
index 03642ed..4746422 100755
--- a/tester/rt/check.py
+++ b/tester/rt/check.py
@@ -484,6 +484,7 @@ class build:
raise error.general('Architecture not found: %s' % (arch))
for bsp in self._bsps(arch):
self.build_arch_bsp(arch, bsp)
+ end = datetime.datetime.now()
log.notice('^ Architecture Time %s' % (str(end - start)))
log.notice(' warnings:%d exes:%d objs:%s libs:%d' % \
self.warnings.get(), self.counts['exes'],