| 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 4e8a7b9850f14b89b208a48c2a281c0d8c57eaf6..f291f40717dfa1c455b9f5a4fdc55e5884c5da74 100644
|
| --- a/scripts/slave/recipe_modules/filter/example.expected/match_exclusion.json
|
| +++ b/scripts/slave/recipe_modules/filter/example.expected/match_exclusion.json
|
| @@ -96,6 +96,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\": [\"foo.cc\"], \"test_targets\": []}",
|
| + "--analyze-output",
|
| + "{\"status\": \"Analyze disabled: matched exclusion\"}"
|
| + ],
|
| + "name": "analyze report"
|
| + },
|
| + {
|
| + "cmd": [
|
| "echo",
|
| "Why hello, there."
|
| ],
|
|
|