Chromium Code Reviews| Index: scripts/slave/recipe_modules/filter/example.expected/analyzes_error.json |
| diff --git a/scripts/slave/recipe_modules/filter/example.expected/analyzes_error.json b/scripts/slave/recipe_modules/filter/example.expected/analyzes_error.json |
| index f09d76e1cf1df6ef27d7afb3c2579a44a2546eb6..e7be9438321e450e0e5c1784790bc4f4f0a7e53f 100644 |
| --- a/scripts/slave/recipe_modules/filter/example.expected/analyzes_error.json |
| +++ b/scripts/slave/recipe_modules/filter/example.expected/analyzes_error.json |
| @@ -105,6 +105,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", |
| + "{\"error\": \"ERROR\"}" |
|
chrishall
2016/10/07 06:36:26
is this file auto-generated?
if not, then it migh
Paweł Hajdan Jr.
2016/10/07 10:50:54
It's auto-generated.
|
| + ], |
| + "name": "analyze report" |
| + }, |
| + { |
| "name": "$result", |
| "reason": "Error: ERROR", |
| "recipe_result": null, |