Bug 76142

Summary: test-webkitpy: clean up logging and provide a real --help message
Product: WebKit Reporter: Dirk Pranke <dpranke>
Component: New BugsAssignee: Dirk Pranke <dpranke>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, aroben, eric, ojan, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 76022    
Attachments:
Description Flags
Patch abarth: review+

Description Dirk Pranke 2012-01-11 19:42:31 PST
test-webkitpy: clean up logging and provide a real --help message
Comment 1 Dirk Pranke 2012-01-11 20:01:22 PST
Created attachment 122161 [details]
Patch
Comment 2 Adam Barth 2012-01-11 20:25:08 PST
If you're not careful, you'll make this script actually work in a sensible way.
Comment 3 Dirk Pranke 2012-01-12 11:55:45 PST
Committed r104841: <http://trac.webkit.org/changeset/104841>
Comment 4 Dirk Pranke 2012-01-12 11:57:23 PST
I ended up reworking the --help text a bit and changing the default logging to log the info messages (like the fact that we were skipping scm_unittest by default); I figured that would be less surprising to non-experts who might run the tests.