Bug 92699 - webkitpy: stop test_run_generates_results_page from logging to stdout
Summary: webkitpy: stop test_run_generates_results_page from logging to stdout
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dirk Pranke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-30 18:36 PDT by Dirk Pranke
Modified: 2012-07-31 11:21 PDT (History)
5 users (show)

See Also:


Attachments
Patch (2.79 KB, patch)
2012-07-30 18:37 PDT, Dirk Pranke
rniwa: review-
rniwa: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Pranke 2012-07-30 18:36:55 PDT
webkitpy: stop test_run_generates_results_page from logging to stdout
Comment 1 Dirk Pranke 2012-07-30 18:37:54 PDT
Created attachment 155415 [details]
Patch
Comment 2 Ryosuke Niwa 2012-07-30 19:04:22 PDT
Comment on attachment 155415 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=155415&action=review

> Tools/Scripts/webkitpy/performance_tests/perftestsrunner_unittest.py:278
> +            print runner._base_path + '/resources/results-template.html'

Oh oops, you should just delete this line instead.
Comment 3 Ryosuke Niwa 2012-07-30 19:06:24 PDT
Sorry about that :( Removed the line in http://trac.webkit.org/changeset/124148.
Comment 4 Dirk Pranke 2012-07-31 11:21:22 PDT
ok, no need to fix this ...