Skip to content

Commit 01f8036

Browse files
Unreviewed. Try running EWS scripts without —no-confirm, since it defaults to true.
* EWSTools/start-queue-win.sh: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@177605 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 506730a commit 01f8036

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Tools/ChangeLog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2014-12-19 Roger Fong <[email protected]>
2+
3+
Unreviewed. Try running EWS scripts without —no-confirm, since it defaults to true.
4+
5+
* EWSTools/start-queue-win.sh:
6+
17
2014-12-19 Daniel Bates <[email protected]>
28

39
[iOS] Add WebKitSystemInterface for iOS 8.1

Tools/EWSTools/start-queue-win.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function start_ews()
4444
echo "TASK: kill orphaned tasks"
4545
taskkill.exe /f /im cl.exe
4646
echo "TASK: webkit-patch win-ews"
47-
~/WebKit/Tools/Scripts/webkit-patch win-ews --bot-id=$BOT_ID --no-confirm --exit-after-iteration 10
47+
~/WebKit/Tools/Scripts/webkit-patch win-ews --bot-id=$BOT_ID --exit-after-iteration 10
4848
echo "TASK: kill old processes"
4949
~/WebKit/Tools/BuildSlaveSupport/kill-old-processes
5050
done

0 commit comments

Comments
 (0)