| Index: scripts/slave/recipes/chromium.expected/basic_mac_64.json
|
| diff --git a/scripts/slave/recipes/chromium.expected/basic_mac_64.json b/scripts/slave/recipes/chromium.expected/basic_mac_64.json
|
| index aa2c8e32d50d93c48093664c94b16cfd4ff9ee7f..32ca2ab3a4a9e2226dfb573c4265e6eb739af7dc 100644
|
| --- a/scripts/slave/recipes/chromium.expected/basic_mac_64.json
|
| +++ b/scripts/slave/recipes/chromium.expected/basic_mac_64.json
|
| @@ -76,6 +76,7 @@
|
| "name": "gclient runhooks"
|
| },
|
| {
|
| + "abort_on_failure": true,
|
| "cmd": [
|
| "python",
|
| "-u",
|
| @@ -95,5 +96,17 @@
|
| "chromium_builder_tests"
|
| ],
|
| "name": "compile"
|
| + },
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| + "print \"last step\""
|
| + ],
|
| + "name": "last step",
|
| + "~followup_annotations": [
|
| + "@@@STEP_LOG_LINE@python.inline@print \"last step\"@@@",
|
| + "@@@STEP_LOG_END@python.inline@@@"
|
| + ]
|
| }
|
| ]
|
|
|