summaryrefslogtreecommitdiff
path: root/piglit-summary-html.py
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2013-06-27 08:58:03 -0700
committerDylan Baker <baker.dylan.c@gmail.com>2013-07-05 08:08:27 -0700
commitc3993060cf7c3ac51ba6c8aedc34c2ed31d890e2 (patch)
tree408b4ba3b904cec3773b64c48eb0bbaa61e8856a /piglit-summary-html.py
parented3b49072dc390661b8e35436f157f887134f538 (diff)
summary: rename NewSummary to Summary
Since the old summary code is gone, the NewSummary class can now be named just Summary. This should be clearer and easier to understand. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Signed-off-by: Dylan Baker <baker.dylan.c@gmail.com>
Diffstat (limited to 'piglit-summary-html.py')
-rwxr-xr-xpiglit-summary-html.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/piglit-summary-html.py b/piglit-summary-html.py
index 65e6653a8..276b187fa 100755
--- a/piglit-summary-html.py
+++ b/piglit-summary-html.py
@@ -92,7 +92,7 @@ def main():
args.resultsFiles.extend(parse_listfile(args.list))
# Create the HTML output
- output = summary.NewSummary(args.resultsFiles)
+ output = summary.Summary(args.resultsFiles)
output.generateHTML(args.summaryDir, args.exclude_details)