Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(265)

Unified Diff: build/android/buildbot/bb_device_steps.py

Issue 23452044: Sigh. Lower-case the "k" in ChromiumWebkit for the layout tests upload for Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/buildbot/bb_device_steps.py
diff --git a/build/android/buildbot/bb_device_steps.py b/build/android/buildbot/bb_device_steps.py
index b8398b1d3c30d0e1b1af69057c87ef6ad2fbc877..094d1ae877b4ef0140593a1fff5497499c657ad3 100755
--- a/build/android/buildbot/bb_device_steps.py
+++ b/build/android/buildbot/bb_device_steps.py
@@ -227,7 +227,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']
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698