Signed-off-by: Thomas Wood <[email protected]>
---
framework/log.py | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/framework/log.py b/framework/log.py
index c15134b..fc37001 100644
--- a/framework/log.py
+++ b/framework/log.py
@@ -93,6 +93,10 @@ class Log(object):
assert result in self.__summary_keys
self.__summary[result] += 1
+ # print a final summary line
+ if self.__complete == self.__total:
+ self.__print(value, result)
+
@synchronized_self
def log(self, name, result):
""" Print to the screen
--
1.8.5.3
_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit