OLD | NEW |
(Empty) | |
| 1 [ |
| 2 { |
| 3 "cmd": [ |
| 4 "RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py", |
| 5 "-d" |
| 6 ], |
| 7 "cwd": "[TMP_BASE]/fakee_tmp_1", |
| 8 "name": "git_cl description", |
| 9 "stdout": "/path/to/tmp/" |
| 10 }, |
| 11 { |
| 12 "cmd": [ |
| 13 "echo", |
| 14 "hi" |
| 15 ], |
| 16 "name": "echo" |
| 17 }, |
| 18 { |
| 19 "cmd": [ |
| 20 "RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py", |
| 21 "-d" |
| 22 ], |
| 23 "cwd": "[TMP_BASE]/fakerepo_tmp_2", |
| 24 "name": "git_cl description (2)", |
| 25 "stdout": "/path/to/tmp/" |
| 26 }, |
| 27 { |
| 28 "cmd": [ |
| 29 "echo", |
| 30 "hey" |
| 31 ], |
| 32 "name": "echo (2)" |
| 33 }, |
| 34 { |
| 35 "cmd": [ |
| 36 "RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py", |
| 37 "-n", |
| 38 "-" |
| 39 ], |
| 40 "cwd": "[TMP_BASE]/fakerepo_tmp_2", |
| 41 "name": "git_cl set description", |
| 42 "stdin": "new description woo", |
| 43 "stdout": "/path/to/tmp/" |
| 44 }, |
| 45 { |
| 46 "cmd": [ |
| 47 "RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py", |
| 48 "-d" |
| 49 ], |
| 50 "cwd": "[TMP_BASE]/fakerepo_tmp_2", |
| 51 "name": "git_cl description (3)", |
| 52 "stdout": "/path/to/tmp/" |
| 53 }, |
| 54 { |
| 55 "cmd": [ |
| 56 "echo", |
| 57 "new description woo" |
| 58 ], |
| 59 "name": "echo (3)" |
| 60 }, |
| 61 { |
| 62 "name": "$result", |
| 63 "recipe_result": null, |
| 64 "status_code": 0 |
| 65 } |
| 66 ] |
OLD | NEW |