| 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 b0460c3f97ca936d24d2ac848938185ed439b7f1..4990d779be147283e07532370599ab6d7d5a5e9a 100755
|
| --- a/build/android/buildbot/bb_device_steps.py
|
| +++ b/build/android/buildbot/bb_device_steps.py
|
| @@ -270,7 +270,7 @@ def RunWebkitLayoutTests(options):
|
| 'full_results.json')
|
| if os.path.exists(full_results_path):
|
| full_results = json.load(open(full_results_path))
|
| - unexpected_passes, unexpected_flakes, unexpected_failures = (
|
| + unexpected_passes, unexpected_failures, unexpected_flakes = (
|
| _ParseLayoutTestResults(full_results))
|
| if unexpected_failures:
|
| _PrintDashboardLink('failed', unexpected_failures,
|
|
|