| Index: scripts/slave/recipe_modules/filter/example.expected/analyzes_returns_true.json
|
| diff --git a/scripts/slave/recipe_modules/filter/example.expected/analyzes_returns_true.json b/scripts/slave/recipe_modules/filter/example.expected/analyzes_returns_true.json
|
| index 86442936eae95527f8b284975d15ca65a09b09ac..2fe8c257a838ecbe60277a66ff4ea7482677502d 100644
|
| --- a/scripts/slave/recipe_modules/filter/example.expected/analyzes_returns_true.json
|
| +++ b/scripts/slave/recipe_modules/filter/example.expected/analyzes_returns_true.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\": [\"foo.cc\"], \"test_targets\": []}",
|
| + "--analyze-output",
|
| + "{\"compile_targets\": [], \"status\": \"Found dependency\", \"test_targets\": []}"
|
| + ],
|
| + "name": "analyze report"
|
| + },
|
| + {
|
| + "cmd": [
|
| "echo",
|
| "Why hello, there."
|
| ],
|
|
|