Title: [143140] trunk/Tools
Revision
143140
Author
[email protected]
Date
2013-02-17 19:13:04 -0800 (Sun, 17 Feb 2013)

Log Message

Unreviewed. Fix typo in script.

* EWSTools/start-queue-win.sh:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (143139 => 143140)


--- trunk/Tools/ChangeLog	2013-02-18 01:58:39 UTC (rev 143139)
+++ trunk/Tools/ChangeLog	2013-02-18 03:13:04 UTC (rev 143140)
@@ -1,3 +1,9 @@
+2013-02-17  Roger Fong  <[email protected]>
+
+        Unreviewed. Fix typo in script.
+
+        * EWSTools/start-queue-win.sh:
+
 2013-02-15  Roger Fong  <[email protected]>
 
         Pass in bot name as parameter to start-queue-win script.

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


--- trunk/Tools/EWSTools/start-queue-win.sh	2013-02-18 01:58:39 UTC (rev 143139)
+++ trunk/Tools/EWSTools/start-queue-win.sh	2013-02-18 03:13:04 UTC (rev 143140)
@@ -33,7 +33,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 --no-confirm --exit-after-iteration 10
 	echo "TASK: reboot"
 	shutdown /r /t 0
 done
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to