| Index: scripts/slave/recipes/chromium.expected/basic_win_32.json
|
| diff --git a/scripts/slave/recipes/chromium.expected/basic_win_32.json b/scripts/slave/recipes/chromium.expected/basic_win_32.json
|
| index 54d96459150656e028969c84557057d53b7678ba..37ada464c77b09b67a64e29d06e32df35fff2da0 100644
|
| --- a/scripts/slave/recipes/chromium.expected/basic_win_32.json
|
| +++ b/scripts/slave/recipes/chromium.expected/basic_win_32.json
|
| @@ -77,6 +77,7 @@
|
| "name": "gclient runhooks"
|
| },
|
| {
|
| + "abort_on_failure": true,
|
| "cmd": [
|
| "python",
|
| "-u",
|
| @@ -96,5 +97,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@@@"
|
| + ]
|
| }
|
| ]
|
|
|