Title: [182261] trunk/Tools
Revision
182261
Author
[email protected]
Date
2015-04-01 16:43:17 -0700 (Wed, 01 Apr 2015)

Log Message

[Win] Run test-webkitpy as part of EWS (just like we do on other platforms)
https://bugs.webkit.org/show_bug.cgi?id=143321

Reviewed by Alexey Proskuryakov.

* EWSTools/start-queue-win.sh: Add commands to run 'test-webkitpy' during processing loop.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (182260 => 182261)


--- trunk/Tools/ChangeLog	2015-04-01 23:22:19 UTC (rev 182260)
+++ trunk/Tools/ChangeLog	2015-04-01 23:43:17 UTC (rev 182261)
@@ -1,3 +1,12 @@
+2015-04-01  Brent Fulgham  <[email protected]>
+
+        [Win] Run test-webkitpy as part of EWS (just like we do on other platforms)
+        https://bugs.webkit.org/show_bug.cgi?id=143321
+
+        Reviewed by Alexey Proskuryakov.
+
+        * EWSTools/start-queue-win.sh: Add commands to run 'test-webkitpy' during processing loop.
+
 2015-04-01  Enrica Casucci  <[email protected]>
 
         Injected bundle messages should be at the page level.

Modified: trunk/Tools/EWSTools/start-queue-win.sh (182260 => 182261)


--- trunk/Tools/EWSTools/start-queue-win.sh	2015-04-01 23:22:19 UTC (rev 182260)
+++ trunk/Tools/EWSTools/start-queue-win.sh	2015-04-01 23:43:17 UTC (rev 182261)
@@ -43,6 +43,8 @@
         date
         echo "TASK: kill orphaned tasks"
         taskkill.exe /f /im cl.exe
+        echo "TASK: test-webkitpy"
+        ~/WebKit/Tools/Scripts/test-webkitpy
         echo "TASK: webkit-patch win-ews"
         ~/WebKit/Tools/Scripts/webkit-patch win-ews --bot-id=$BOT_ID --no-confirm --exit-after-iteration 10
         echo "TASK: kill old processes"
@@ -50,4 +52,5 @@
     done
 }
 
-start_ews
\ No newline at end of file
+start_ews
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to