Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "echo", | 4 "bash", |
| 5 "some", | 5 "-c", |
| 6 "step" | 6 "echo some step" |
| 7 ], | 7 ], |
| 8 "name": "innocent step" | 8 "name": "innocent step" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| 11 "name": "$result", | 11 "name": "$result", |
| 12 "reason": "Uncaught Exception: ValueError('No steps have been run yet, and y ou are asking for a previous step result.',)", | 12 "reason": "Uncaught Exception: ValueError('No steps have been run yet, and y ou are asking for a previous step result.',)", |
| 13 "status_code": -1 | 13 "status_code": -1 |
| 14 } | 14 } |
| 15 ] | 15 ] |
| OLD | NEW |