diff options
Diffstat (limited to 'framework/summary/html_.py')
-rw-r--r-- | framework/summary/html_.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/summary/html_.py b/framework/summary/html_.py index 0036b839d..689bcf1a1 100644 --- a/framework/summary/html_.py +++ b/framework/summary/html_.py @@ -89,6 +89,7 @@ def _make_testrun_info(results, destination, exclude): options=each.options, uname=each.uname, glxinfo=each.glxinfo, + clinfo=each.clinfo, lspci=each.lspci)) # Then build the individual test results |