| Index: scripts/slave/recipes/swarming/staging.expected/mac_Release.json
|
| diff --git a/scripts/slave/recipes/swarming/staging.expected/mac_Release.json b/scripts/slave/recipes/swarming/staging.expected/mac_Release.json
|
| index ea9cce7eb6fead02f53c8cfcb532a4b2d6d9370c..1596ece11eb72289f5cf8f1af63e81089c6d7250 100644
|
| --- a/scripts/slave/recipes/swarming/staging.expected/mac_Release.json
|
| +++ b/scripts/slave/recipes/swarming/staging.expected/mac_Release.json
|
| @@ -533,8 +533,8 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py",
|
| - "--input-gtest-json",
|
| + "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py",
|
| + "--input-json",
|
| "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"swarming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}",
|
| "--master-name",
|
| "chromium.testing.master",
|
| @@ -584,8 +584,8 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py",
|
| - "--input-gtest-json",
|
| + "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py",
|
| + "--input-json",
|
| "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"swarming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}",
|
| "--master-name",
|
| "chromium.testing.master",
|
|
|