| Index: scripts/slave/recipe_modules/chromium_tests/example.expected/basic.json
|
| diff --git a/scripts/slave/recipe_modules/chromium_tests/example.expected/basic.json b/scripts/slave/recipe_modules/chromium_tests/example.expected/basic.json
|
| index eef13f46d80d8b3db12b3fe8cce4fdf127fcdf41..38954d3cdc43be7e15637cf56d35aee0d3f2b67b 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/example.expected/basic.json
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/example.expected/basic.json
|
| @@ -28,6 +28,7 @@
|
| "src@HEAD",
|
| "--force"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "bot_update",
|
| "~followup_annotations": [
|
| "@@@STEP_TEXT@Some step text@@@",
|
| @@ -90,6 +91,7 @@
|
| "[SLAVE_BUILD]/src/testing/buildbot/foo.json",
|
| "/path/to/tmp/json"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "read filter exclusion spec",
|
| "~followup_annotations": [
|
| "@@@STEP_TEXT@path: 'testing/buildbot/foo.json'@@@",
|
| @@ -112,6 +114,7 @@
|
| "-u",
|
| "import sys; sys.exit(0)"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "analyze",
|
| "~followup_annotations": [
|
| "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
|
|
|