Bug 76142 - test-webkitpy: clean up logging and provide a real --help message
Summary: test-webkitpy: clean up logging and provide a real --help message
Status: RESOLVED FIXED
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: 76022
  Show dependency treegraph
 
Reported: 2012-01-11 19:42 PST by Dirk Pranke
Modified: 2012-01-12 11:57 PST (History)
5 users (show)

See Also:


Attachments
Patch (17.31 KB, patch)
2012-01-11 20:01 PST, Dirk Pranke
abarth: review+
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-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.