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