| Index: recipe_modules/git/example.expected/count-objects_with_bad_output.json
|
| diff --git a/recipe_modules/git/example.expected/count-objects_with_bad_output.json b/recipe_modules/git/example.expected/count-objects_with_bad_output.json
|
| index 95f94c51f59a3f8b5f567879c4c544a7ec6f695c..26cc6c13d257f9f8e7589df5b405a6f0718caede 100644
|
| --- a/recipe_modules/git/example.expected/count-objects_with_bad_output.json
|
| +++ b/recipe_modules/git/example.expected/count-objects_with_bad_output.json
|
| @@ -37,6 +37,19 @@
|
| {
|
| "cmd": [
|
| "git",
|
| + "rev-parse",
|
| + "HEAD"
|
| + ],
|
| + "cwd": "[SLAVE_BUILD]/src",
|
| + "name": "read revision",
|
| + "stdout": "/path/to/tmp/",
|
| + "~followup_annotations": [
|
| + "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@"
|
| + ]
|
| + },
|
| + {
|
| + "cmd": [
|
| + "git",
|
| "clean",
|
| "-f",
|
| "-d",
|
|
|