mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
Fix path on multivm slave
BUG= R=ricow@google.com Review URL: https://codereview.chromium.org//315923002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@36985 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
parent
40284aef79
commit
81d8852077
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ SRC_DIR = os.path.dirname(os.path.dirname(TOOLS_DIR))
|
|||
GS_BUCKET = 'gs://dartium-archive'
|
||||
if platform.system() == 'Windows':
|
||||
GSUTIL = 'e:\\b\\build\\scripts\\slave\\gsutil.bat'
|
||||
if not os.path.exists(GSUTIL):
|
||||
GSUTIL = 'c:\\b\\build\\scripts\\slave\\gsutil.bat'
|
||||
else:
|
||||
GSUTIL = '/b/build/scripts/slave/gsutil'
|
||||
if not os.path.exists(GSUTIL):
|
||||
|
|
Loading…
Reference in a new issue