Revise the "filter-build-webkit" script to do a better job of stripping uninteresting cruft from our build logs.
Created attachment 219440 [details] Patch
In addition to this patch, I believe we will need to update the buildbot master config to pass in the platform parameter for windows.
Comment on attachment 219440 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=219440&action=review r=me > Tools/Scripts/filter-build-webkit:92 > +..-p|--platform Logfile type (default: mac) What are the periods for? Would be nice if you used $platform here in case the default ever changes. :) -p|--platform Logfile type (default: $platform)
Comment on attachment 219440 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=219440&action=review >> Tools/Scripts/filter-build-webkit:92 >> +..-p|--platform Logfile type (default: mac) > > What are the periods for? > > Would be nice if you used $platform here in case the default ever changes. :) > > -p|--platform Logfile type (default: $platform) Periods should NOT be there. I'll fix. I'll also change to $platform - great idea!
Committed r160726: <http://trac.webkit.org/changeset/160726>