| Index: scripts/slave/recipe_modules/filter/example.expected/doesnt_match_exclusion.json
|
| diff --git a/scripts/slave/recipe_modules/filter/example.expected/doesnt_match_exclusion.json b/scripts/slave/recipe_modules/filter/example.expected/doesnt_match_exclusion.json
|
| index f21e8c4867de137f74c77759da4ae49ec035c087..0340e70c3f1e8e23e1fabb3ae0bc6f21021f4c1b 100644
|
| --- a/scripts/slave/recipe_modules/filter/example.expected/doesnt_match_exclusion.json
|
| +++ b/scripts/slave/recipe_modules/filter/example.expected/doesnt_match_exclusion.json
|
| @@ -107,6 +107,29 @@
|
| },
|
| {
|
| "cmd": [
|
| + "python",
|
| + "-u",
|
| + "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
| + "--show-path",
|
| + "python",
|
| + "RECIPE_PACKAGE_REPO[build]/scripts/slave/send_analyze_event.py",
|
| + "--event-mon-run-type",
|
| + "test",
|
| + "--master-name",
|
| + "",
|
| + "--builder-name",
|
| + "",
|
| + "--build-id",
|
| + "",
|
| + "--analyze-input",
|
| + "{\"additional_compile_targets\": [], \"files\": [\"bar.cc\"], \"test_targets\": []}",
|
| + "--analyze-output",
|
| + "{\"compile_targets\": [], \"status\": \"No dependency\", \"test_targets\": []}"
|
| + ],
|
| + "name": "analyze report"
|
| + },
|
| + {
|
| + "cmd": [
|
| "echo",
|
| "Why hello, there."
|
| ],
|
|
|