From 77e02055f7c6546ef6315c4377aa4246568d1347 Mon Sep 17 00:00:00 2001 From: "dpranke@chromium.org" Date: Wed, 18 Sep 2013 19:24:43 +0000 Subject: [PATCH] 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 --- android/buildbot/bb_device_steps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/buildbot/bb_device_steps.py b/android/buildbot/bb_device_steps.py index d47fb9951..4c99591d1 100755 --- a/android/buildbot/bb_device_steps.py +++ b/android/buildbot/bb_device_steps.py @@ -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']