| Index: scripts/slave/recipe_modules/filter/example.expected/match_ignore.json
|
| diff --git a/scripts/slave/recipe_modules/filter/example.expected/match_ignore.json b/scripts/slave/recipe_modules/filter/example.expected/match_ignore.json
|
| index d4d6df2f435c6beb6f6a5ac5d58a63479a4dc228..3db6b4c9f4dab2659ecddbdf56760448d76d7dfa 100644
|
| --- a/scripts/slave/recipe_modules/filter/example.expected/match_ignore.json
|
| +++ b/scripts/slave/recipe_modules/filter/example.expected/match_ignore.json
|
| @@ -92,6 +92,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\": [\"OWNERS\"], \"test_targets\": []}",
|
| + "--analyze-output",
|
| + "{\"status\": \"No compile necessary (all files ignored)\"}"
|
| + ],
|
| + "name": "analyze report"
|
| + },
|
| + {
|
| + "cmd": [
|
| "echo",
|
| "Why hello, there."
|
| ],
|
|
|