Title: [124468] trunk/Tools
Revision
124468
Author
[email protected]
Date
2012-08-02 09:36:50 -0700 (Thu, 02 Aug 2012)

Log Message

Re-land http://trac.webkit.org/changeset/94441 now that lforschler is ready.

This patch enables testing on the mac-ews bots.

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (124467 => 124468)


--- trunk/Tools/ChangeLog	2012-08-02 16:30:43 UTC (rev 124467)
+++ trunk/Tools/ChangeLog	2012-08-02 16:36:50 UTC (rev 124468)
@@ -1,5 +1,13 @@
 2012-08-02  Adam Barth  <[email protected]>
 
+        Re-land http://trac.webkit.org/changeset/94441 now that lforschler is ready.
+
+        This patch enables testing on the mac-ews bots.
+
+        * Scripts/webkitpy/tool/commands/earlywarningsystem.py:
+
+2012-08-02  Adam Barth  <[email protected]>
+
         [Chromium] Merge final nits to DumpRenderTree.gyp for Android
         https://bugs.webkit.org/show_bug.cgi?id=90920
 

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


--- trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py	2012-08-02 16:30:43 UTC (rev 124467)
+++ trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py	2012-08-02 16:36:50 UTC (rev 124468)
@@ -195,3 +195,4 @@
 class MacEWS(AbstractEarlyWarningSystem):
     name = "mac-ews"
     port_name = "mac"
+    _run_tests = True
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to