Title: [177605] trunk/Tools
Revision
177605
Author
[email protected]
Date
2014-12-19 16:26:20 -0800 (Fri, 19 Dec 2014)

Log Message

Unreviewed. Try running EWS scripts without —no-confirm, since it defaults to true.
* EWSTools/start-queue-win.sh:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (177604 => 177605)


--- trunk/Tools/ChangeLog	2014-12-20 00:22:25 UTC (rev 177604)
+++ trunk/Tools/ChangeLog	2014-12-20 00:26:20 UTC (rev 177605)
@@ -1,3 +1,9 @@
+2014-12-19  Roger Fong  <[email protected]>
+
+        Unreviewed. Try running EWS scripts without —no-confirm, since it defaults to true.
+
+        * EWSTools/start-queue-win.sh:
+
 2014-12-19  Daniel Bates  <[email protected]>
 
         [iOS] Add WebKitSystemInterface for iOS 8.1

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


--- trunk/Tools/EWSTools/start-queue-win.sh	2014-12-20 00:22:25 UTC (rev 177604)
+++ trunk/Tools/EWSTools/start-queue-win.sh	2014-12-20 00:26:20 UTC (rev 177605)
@@ -44,7 +44,7 @@
         echo "TASK: kill orphaned tasks"
         taskkill.exe /f /im cl.exe
         echo "TASK: webkit-patch win-ews"
-        ~/WebKit/Tools/Scripts/webkit-patch win-ews --bot-id=$BOT_ID --no-confirm --exit-after-iteration 10
+        ~/WebKit/Tools/Scripts/webkit-patch win-ews --bot-id=$BOT_ID --exit-after-iteration 10
         echo "TASK: kill old processes"
         ~/WebKit/Tools/BuildSlaveSupport/kill-old-processes
     done
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to