OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "git", | 4 "git", |
5 "diff", | 5 "diff", |
6 "r1~1", | 6 "r1~1", |
7 "r1", | 7 "r1", |
8 "--name-only" | 8 "--name-only" |
9 ], | 9 ], |
10 "cwd": "[TMP]/fake_checkout_tmp_1", | 10 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", |
11 "name": "git diff to analyze commit", | 11 "name": "git diff to analyze commit", |
12 "stdout": "/path/to/tmp/", | 12 "stdout": "/path/to/tmp/", |
13 "~followup_annotations": [ | 13 "~followup_annotations": [ |
14 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 14 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
15 "@@@STEP_LOG_END@files@@@" | 15 "@@@STEP_LOG_END@files@@@" |
16 ] | 16 ] |
17 }, | 17 }, |
18 { | 18 { |
19 "name": "$result", | 19 "name": "$result", |
20 "recipe_result": null, | 20 "recipe_result": null, |
21 "status_code": 0 | 21 "status_code": 0 |
22 } | 22 } |
23 ] | 23 ] |
OLD | NEW |