Changeset 141205 in webkit


Ignore:
Timestamp:
Jan 29, 2013 6:43:30 PM (11 years ago)
Author:
Lucas Forschler
Message:

Enable tests for Windows EWS!
https://bugs.webkit.org/show_bug.cgi?id=107968

Reviewed by Adam Barth.

  • Scripts/webkitpy/tool/commands/earlywarningsystem.py:

(WinEWS):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r141182 r141205  
     12013-01-29  Lucas Forschler  <lforschler@apple.com>
     2
     3        Enable tests for Windows EWS!
     4        https://bugs.webkit.org/show_bug.cgi?id=107968
     5       
     6        Reviewed by Adam Barth.
     7
     8        * Scripts/webkitpy/tool/commands/earlywarningsystem.py:
     9        (WinEWS):
     10
    1112013-01-29  Alan Cutter  <alancutter@chromium.org>
    212
  • trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py

    r139357 r141205  
    178178    # https://bugs.webkit.org/show_bug.cgi?id=39197
    179179    _build_style = "debug"
     180    _default_run_tests = True
    180181
    181182
Note: See TracChangeset for help on using the changeset viewer.