[Piglit] [PATCH 8/8] summary.py: Remove work-arounds for version 0 result bugs

Dylan Baker baker.dylan.c at gmail.com
Thu Jun 5 15:26:17 PDT 2014


These work-arounds are no longer necissary since they are handled by the
result format updater on load.
---
 framework/summary.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/framework/summary.py b/framework/summary.py
index d5cfb71..4ef9765 100644
--- a/framework/summary.py
+++ b/framework/summary.py
@@ -463,9 +463,6 @@ class Summary:
                     if not path.exists(temp_path):
                         os.makedirs(temp_path)
 
-                    if isinstance(value.get('dmesg'), list):
-                        value['dmesg'] = "\n".join(value['dmesg'])
-
                     if value.get('time') is not None:
                         value['time'] = datetime.timedelta(0, value['time'])
 
-- 
2.0.0



More information about the Piglit mailing list