Index: recipe_modules/git/example.expected/count-objects_with_bad_output_fails_build.json |
diff --git a/recipe_modules/git/example.expected/count-objects_with_bad_output_fails_build.json b/recipe_modules/git/example.expected/count-objects_with_bad_output_fails_build.json |
index 9df1d303cd63f2b4ecad025f4ca07314ca82c891..d044d15e5f4b0730f0a82c57fec7f8721716605a 100644 |
--- a/recipe_modules/git/example.expected/count-objects_with_bad_output_fails_build.json |
+++ b/recipe_modules/git/example.expected/count-objects_with_bad_output_fails_build.json |
@@ -5,10 +5,11 @@ |
"-u", |
"RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", |
"--path", |
- "[CWD]/src", |
+ "[SLAVE_BUILD]/src", |
"--url", |
"https://chromium.googlesource.com/chromium/src.git" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "git setup" |
}, |
{ |
@@ -20,7 +21,7 @@ |
"master", |
"--recurse-submodules" |
], |
- "cwd": "[CWD]/src", |
+ "cwd": "[SLAVE_BUILD]/src", |
"name": "git fetch" |
}, |
{ |
@@ -30,7 +31,7 @@ |
"-f", |
"FETCH_HEAD" |
], |
- "cwd": "[CWD]/src", |
+ "cwd": "[SLAVE_BUILD]/src", |
"name": "git checkout" |
}, |
{ |
@@ -39,7 +40,7 @@ |
"rev-parse", |
"HEAD" |
], |
- "cwd": "[CWD]/src", |
+ "cwd": "[SLAVE_BUILD]/src", |
"name": "read revision", |
"stdout": "/path/to/tmp/", |
"~followup_annotations": [ |
@@ -54,7 +55,7 @@ |
"-d", |
"-x" |
], |
- "cwd": "[CWD]/src", |
+ "cwd": "[SLAVE_BUILD]/src", |
"name": "git clean" |
}, |
{ |
@@ -63,7 +64,7 @@ |
"submodule", |
"sync" |
], |
- "cwd": "[CWD]/src", |
+ "cwd": "[SLAVE_BUILD]/src", |
"name": "submodule sync" |
}, |
{ |
@@ -74,7 +75,7 @@ |
"--init", |
"--recursive" |
], |
- "cwd": "[CWD]/src", |
+ "cwd": "[SLAVE_BUILD]/src", |
"name": "submodule update" |
}, |
{ |
@@ -85,7 +86,7 @@ |
"count-objects", |
"-v" |
], |
- "cwd": "[CWD]/src", |
+ "cwd": "[SLAVE_BUILD]/src", |
"name": "count-objects", |
"stdout": "/path/to/tmp/", |
"~followup_annotations": [ |