diff options
author | Nicolai Haehnle <nhaehnle@gmail.com> | 2008-06-30 20:33:37 +0200 |
---|---|---|
committer | Nicolai Haehnle <nhaehnle@gmail.com> | 2008-06-30 20:33:37 +0200 |
commit | 8900a6f0ec681045dc81715af2bd3778cd6e233d (patch) | |
tree | 027f2f9cd39bfb2cc60a69d1cb2410fa3cf41892 /framework | |
parent | 479e7c4aae4241ca7c304ce9853238c3d1947fff (diff) |
piglit-summary-html.py: Some more features for automated summaries
Diffstat (limited to 'framework')
-rw-r--r-- | framework/core.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/core.py b/framework/core.py index e0f91dc97..03f8b8aeb 100644 --- a/framework/core.py +++ b/framework/core.py @@ -160,7 +160,7 @@ class GroupResult(dict): class TestrunResult: def __init__(self, *args): self.name = '' - self.globalkeys = ['name', 'glxinfo', 'lspci'] + self.globalkeys = ['name', 'href', 'glxinfo', 'lspci'] self.results = GroupResult() def allTestResults(self): |