Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "always_run.py", | 6 "always_run.py", |
| 7 "--output-json", | 7 "--output-json", |
| 8 "/path/to/tmp/json" | 8 "/path/to/tmp/json" |
| 9 ], | 9 ], |
| 10 "cwd": "[TMP_BASE]", | 10 "cwd": "[TMP_BASE]", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 65 { | 65 { |
| 66 "cmd": [ | 66 "cmd": [ |
| 67 "echo", | 67 "echo", |
| 68 "runs anyway" | 68 "runs anyway" |
| 69 ], | 69 ], |
| 70 "name": "always_runs" | 70 "name": "always_runs" |
| 71 }, | 71 }, |
| 72 { | 72 { |
| 73 "name": "$result", | 73 "name": "$result", |
| 74 "reason": "the following steps in gen step(always_run.py) failed: ['fails']" , | 74 "reason": "the following steps in gen step(always_run.py) failed: ['fails']" , |
| 75 "recipe_result": null, | |
| 75 "status_code": 1 | 76 "status_code": 1 |
| 76 } | 77 } |
| 77 ] | 78 ] |
| OLD | NEW |