Bug 93039 - test-webkitpy can fail on a clean checkout
Summary: test-webkitpy can fail on a clean checkout
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:
 
Reported: 2012-08-02 15:59 PDT by Dirk Pranke
Modified: 2012-08-02 16:09 PDT (History)
6 users (show)

See Also:


Attachments
Patch (3.12 KB, patch)
2012-08-02 16:00 PDT, Dirk Pranke
no flags Details | Formatted Diff | Diff
add comment about naming, clean up hook creation (3.59 KB, patch)
2012-08-02 16:04 PDT, 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-08-02 15:59:44 PDT
test-webkitpy can fail on a clean checkout
Comment 1 Dirk Pranke 2012-08-02 16:00:52 PDT
Created attachment 156189 [details]
Patch
Comment 2 Dirk Pranke 2012-08-02 16:04:35 PDT
Created attachment 156190 [details]
add comment about naming, clean up hook creation
Comment 3 Adam Barth 2012-08-02 16:06:02 PDT
Comment on attachment 156190 [details]
add comment about naming, clean up hook creation

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

> Tools/Scripts/webkitpy/test/main.py:128
> +        from webkitpy.thirdparty import autoinstall_everything

autoinstall_everything -> autoinstall_all_the_things !!!
Comment 4 Dirk Pranke 2012-08-02 16:09:21 PDT
Committed r124523: <http://trac.webkit.org/changeset/124523>