Skip to content

Commit c7617e0

Browse files
Win EWS script, credentials passed in.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@143063 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 08d7fb2 commit c7617e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tools/EWSTools/start-queue-win.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/sh
2+
export WEBKIT_BUGZILLA_USERNAME=$1
3+
export WEBKIT_BUGZILLA_PASSWORD=$2
24
while :
35
do
46
date

0 commit comments

Comments
 (0)