Bug 92699

Summary: webkitpy: stop test_run_generates_results_page from logging to stdout
Product: WebKit Reporter: Dirk Pranke <dpranke>
Component: New BugsAssignee: Dirk Pranke <dpranke>
Status: RESOLVED WONTFIX    
Severity: Normal CC: abarth, eric, ojan, rniwa, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch rniwa: review-, rniwa: commit-queue-

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 ...