| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "git", | 4 "git", |
| 5 "diff", | 5 "diff", |
| 6 "--cached", | 6 "--cached", |
| 7 "--name-only" | 7 "--name-only" |
| 8 ], | 8 ], |
| 9 "cwd": "[SLAVE_BUILD]", | 9 "cwd": "[SLAVE_BUILD]", |
| 10 "name": "git diff to analyze patch", | 10 "name": "git diff to analyze patch", |
| 11 "stdout": "/path/to/tmp/", | 11 "stdout": "/path/to/tmp/", |
| 12 "~followup_annotations": [ | 12 "~followup_annotations": [ |
| 13 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'fo.*')@@@", | 13 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'fo.*')@@@", |
| 14 "@@@STEP_LOG_END@excluded_files@@@" | 14 "@@@STEP_LOG_END@excluded_files@@@" |
| 15 ] | 15 ] |
| 16 }, |
| 17 { |
| 18 "cmd": [ |
| 19 "echo", |
| 20 "Why hello, there." |
| 21 ], |
| 22 "name": "hello" |
| 16 } | 23 } |
| 17 ] | 24 ] |
| OLD | NEW |