Title: [94441] trunk/Tools
Revision
94441
Author
[email protected]
Date
2011-09-02 12:48:43 -0700 (Fri, 02 Sep 2011)

Log Message

Enable testing on mac-ews
https://bugs.webkit.org/show_bug.cgi?id=67505

Reviewed by Eric Seidel.

This patch enables testing on the Mac EWS, which should help
contributors not turn the Mac bots red.

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (94440 => 94441)


--- trunk/Tools/ChangeLog	2011-09-02 19:40:11 UTC (rev 94440)
+++ trunk/Tools/ChangeLog	2011-09-02 19:48:43 UTC (rev 94441)
@@ -1,3 +1,15 @@
+2011-09-02  Adam Barth  <[email protected]>
+
+        Enable testing on mac-ews
+        https://bugs.webkit.org/show_bug.cgi?id=67505
+
+        Reviewed by Eric Seidel.
+
+        This patch enables testing on the Mac EWS, which should help
+        contributors not turn the Mac bots red.
+
+        * Scripts/webkitpy/tool/commands/earlywarningsystem.py:
+
 2011-09-01  Beth Dakin  <[email protected]>
 
         https://bugs.webkit.org/show_bug.cgi?id=67451

Modified: trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py (94440 => 94441)


--- trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py	2011-09-02 19:40:11 UTC (rev 94440)
+++ trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py	2011-09-02 19:48:43 UTC (rev 94441)
@@ -207,3 +207,4 @@
 class MacEWS(AbstractCommitterOnlyEWS):
     name = "mac-ews"
     port_name = "mac"
+    _run_tests = True
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to