| Index: scripts/slave/recipe_modules/filter/example.expected/match_exclusion.json
|
| diff --git a/scripts/slave/recipe_modules/filter/example.expected/match_exclusion.json b/scripts/slave/recipe_modules/filter/example.expected/match_exclusion.json
|
| index c56354886e86482176c716497c17498ddd68d302..9ad224169318b5eef7caa6563c4a936abc169af1 100644
|
| --- a/scripts/slave/recipe_modules/filter/example.expected/match_exclusion.json
|
| +++ b/scripts/slave/recipe_modules/filter/example.expected/match_exclusion.json
|
| @@ -7,6 +7,7 @@
|
| "[SLAVE_BUILD]/testing/buildbot/trybot_analyze_config.json",
|
| "/path/to/tmp/json"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "read filter exclusion spec",
|
| "~followup_annotations": [
|
| "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@",
|
| @@ -29,6 +30,7 @@
|
| "-u",
|
| "import sys; sys.exit(0)"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "analyze",
|
| "~followup_annotations": [
|
| "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'fo.*')@@@",
|
| @@ -40,6 +42,7 @@
|
| "echo",
|
| "Why hello, there."
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "hello"
|
| }
|
| ]
|
|
|