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 253606792a091889ee7c934b752dd1d3e63a7bd1..b8398b1d3c30d0e1b1af69057c87ef6ad2fbc877 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', options.build_properties.get('mastername', ''), |
+ '--master-name', 'ChromiumWebKit', # TODO: Get this from the cfg. |
'--build-name', options.build_properties.get('buildername', ''), |
'--platform=android'] |