Sigh. Lower-case the "k" in ChromiumWebkit for the layout tests upload for Android.
One more change after r223770. Hopefully this one's the ticket. (Build fix). TBR=ojan@chromium.org, ilevy@chromium.org BUG=293928 Review URL: https://codereview.chromium.org/23452044 git-svn-id: http://src.chromium.org/svn/trunk/src/build@223912 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
17ff953660
Коммит
77e02055f7
|
@ -228,7 +228,7 @@ def RunWebkitLayoutTests(options):
|
|||
'--target', options.target,
|
||||
'--builder-name', options.build_properties.get('buildername', ''),
|
||||
'--build-number', str(options.build_properties.get('buildnumber', '')),
|
||||
'--master-name', 'ChromiumWebKit', # TODO: Get this from the cfg.
|
||||
'--master-name', 'ChromiumWebkit', # TODO: Get this from the cfg.
|
||||
'--build-name', options.build_properties.get('buildername', ''),
|
||||
'--platform=android']
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче