Title: [228383] trunk/Tools
Revision
228383
Author
pvol...@apple.com
Date
2018-02-12 10:43:59 -0800 (Mon, 12 Feb 2018)

Log Message

EWS should run Windows tests.
https://bugs.webkit.org/show_bug.cgi?id=177967

Reviewed by Lucas Forschler.

This will help catch regressions at an early stage.

* Scripts/webkitpy/common/config/ews.json:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (228382 => 228383)


--- trunk/Tools/ChangeLog	2018-02-12 18:32:34 UTC (rev 228382)
+++ trunk/Tools/ChangeLog	2018-02-12 18:43:59 UTC (rev 228383)
@@ -1,3 +1,14 @@
+2018-02-12  Per Arne Vollan  <pvol...@apple.com>
+
+        EWS should run Windows tests.
+        https://bugs.webkit.org/show_bug.cgi?id=177967
+
+        Reviewed by Lucas Forschler.
+
+        This will help catch regressions at an early stage.
+
+        * Scripts/webkitpy/common/config/ews.json:
+
 2018-02-08  Ryosuke Niwa  <rn...@webkit.org>
 
         REGRESSION (r223440): Copying & pasting a list from Microsoft Word to TinyMCE fails

Modified: trunk/Tools/Scripts/webkitpy/common/config/ews.json (228382 => 228383)


--- trunk/Tools/Scripts/webkitpy/common/config/ews.json	2018-02-12 18:32:34 UTC (rev 228382)
+++ trunk/Tools/Scripts/webkitpy/common/config/ews.json	2018-02-12 18:43:59 UTC (rev 228383)
@@ -9,7 +9,8 @@
         "port": "win",
         "watchers": [
             "bfulg...@apple.com"
-        ]
+        ],
+        "runTests": true
     },
     "iOS EWS": {
         "port": "ios-device",
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to