Index: scripts/slave/recipe_modules/chromium_android/api.py |
diff --git a/scripts/slave/recipe_modules/chromium_android/api.py b/scripts/slave/recipe_modules/chromium_android/api.py |
index c50dcee8a31dc5274b79e5b18697f12853995673..33ba64422314e65eebfa27afb16e8a596c49de90 100644 |
--- a/scripts/slave/recipe_modules/chromium_android/api.py |
+++ b/scripts/slave/recipe_modules/chromium_android/api.py |
@@ -873,12 +873,9 @@ class AndroidApi(recipe_api.RecipeApi): |
finally: |
if 'device_affinity' in test_data: |
step_result = self.m.step.active_result |
- affinity = test_data['device_affinity'] |
- |
step_result.presentation.step_text += ( |
self.m.test_utils.format_step_text( |
- [['Device Affinity: %s' % affinity]])) |
- step_result.presentation.logs['device affinity'] = str(affinity) |
+ [['Device Affinity: %s' % test_data['device_affinity']]])) |
if archive: |
dest = '{builder}/{test}/{timestamp}_build_{buildno}.zip'.format( |