Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "echo", | 4 "echo", |
| 5 "Hello World" | 5 "Hello World" |
| 6 ], | 6 ], |
| 7 "name": "hello" | 7 "name": "hello" |
| 8 }, | 8 }, |
| 9 { | 9 { |
| 10 "cmd": [ | 10 "cmd": [ |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 91 { | 91 { |
| 92 "cmd": [ | 92 "cmd": [ |
| 93 "echo", | 93 "echo", |
| 94 "testb" | 94 "testb" |
| 95 ], | 95 ], |
| 96 "name": "testb" | 96 "name": "testb" |
| 97 }, | 97 }, |
| 98 { | 98 { |
| 99 "name": "$result", | 99 "name": "$result", |
| 100 "reason": "You can catch step failures.", | 100 "reason": "You can catch step failures.", |
| 101 "recipe_result": null, | |
| 101 "status_code": 1 | 102 "status_code": 1 |
| 102 } | 103 } |
| 103 ] | 104 ] |
| OLD | NEW |