Index: recipe_modules/git/example.expected/count-objects_failed.json |
diff --git a/recipe_modules/git/example.expected/count-objects_failed.json b/recipe_modules/git/example.expected/count-objects_failed.json |
index 2087e3de570db7cdb25b8d774e83e73b1358592d..cfce885fdc2e0de97283c72477d97f6ff53508af 100644 |
--- a/recipe_modules/git/example.expected/count-objects_failed.json |
+++ b/recipe_modules/git/example.expected/count-objects_failed.json |
@@ -5,11 +5,10 @@ |
"-u", |
"RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", |
"--path", |
- "[SLAVE_BUILD]/src", |
+ "[CWD]/src", |
"--url", |
"https://chromium.googlesource.com/chromium/src.git" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "git setup" |
}, |
{ |
@@ -21,7 +20,7 @@ |
"master", |
"--recurse-submodules" |
], |
- "cwd": "[SLAVE_BUILD]/src", |
+ "cwd": "[CWD]/src", |
"name": "git fetch" |
}, |
{ |
@@ -31,7 +30,7 @@ |
"-f", |
"FETCH_HEAD" |
], |
- "cwd": "[SLAVE_BUILD]/src", |
+ "cwd": "[CWD]/src", |
"name": "git checkout" |
}, |
{ |
@@ -40,7 +39,7 @@ |
"rev-parse", |
"HEAD" |
], |
- "cwd": "[SLAVE_BUILD]/src", |
+ "cwd": "[CWD]/src", |
"name": "read revision", |
"stdout": "/path/to/tmp/", |
"~followup_annotations": [ |
@@ -55,7 +54,7 @@ |
"-d", |
"-x" |
], |
- "cwd": "[SLAVE_BUILD]/src", |
+ "cwd": "[CWD]/src", |
"name": "git clean" |
}, |
{ |
@@ -64,7 +63,7 @@ |
"submodule", |
"sync" |
], |
- "cwd": "[SLAVE_BUILD]/src", |
+ "cwd": "[CWD]/src", |
"name": "submodule sync" |
}, |
{ |
@@ -75,7 +74,7 @@ |
"--init", |
"--recursive" |
], |
- "cwd": "[SLAVE_BUILD]/src", |
+ "cwd": "[CWD]/src", |
"name": "submodule update" |
}, |
{ |
@@ -86,7 +85,7 @@ |
"count-objects", |
"-v" |
], |
- "cwd": "[SLAVE_BUILD]/src", |
+ "cwd": "[CWD]/src", |
"name": "count-objects", |
"stdout": "/path/to/tmp/", |
"~followup_annotations": [ |
@@ -101,7 +100,7 @@ |
"--get", |
"remote.origin.url" |
], |
- "cwd": "[SLAVE_BUILD]/src", |
+ "cwd": "[CWD]/src", |
"name": "git config remote.origin.url", |
"stdout": "/path/to/tmp/", |
"~followup_annotations": [ |
@@ -116,7 +115,7 @@ |
"--format=%at", |
"-s" |
], |
- "cwd": "[SLAVE_BUILD]/src", |
+ "cwd": "[CWD]/src", |
"name": "git show", |
"stdout": "/path/to/tmp/" |
}, |
@@ -127,7 +126,7 @@ |
"origin", |
"--tags" |
], |
- "cwd": "[SLAVE_BUILD]/src", |
+ "cwd": "[CWD]/src", |
"name": "git fetch tags" |
}, |
{ |
@@ -135,7 +134,7 @@ |
"git", |
"status" |
], |
- "cwd": "[SLAVE_BUILD]/src", |
+ "cwd": "[CWD]/src", |
"name": "git status" |
}, |
{ |
@@ -143,7 +142,7 @@ |
"git", |
"status" |
], |
- "cwd": "[SLAVE_BUILD]/src", |
+ "cwd": "[CWD]/src", |
"name": "git status can_fail_build" |
}, |
{ |
@@ -151,7 +150,7 @@ |
"git", |
"status" |
], |
- "cwd": "[SLAVE_BUILD]/src", |
+ "cwd": "[CWD]/src", |
"name": "git status cannot_fail_build" |
}, |
{ |
@@ -160,7 +159,7 @@ |
"rebase", |
"origin/master" |
], |
- "cwd": "[SLAVE_BUILD]/src", |
+ "cwd": "[CWD]/src", |
"name": "my repo rebase" |
}, |
{ |
@@ -168,10 +167,10 @@ |
"git", |
"bundle", |
"create", |
- "[SLAVE_BUILD]/all.bundle", |
+ "[CWD]/all.bundle", |
"--all" |
], |
- "cwd": "[SLAVE_BUILD]/src", |
+ "cwd": "[CWD]/src", |
"name": "git bundle" |
}, |
{ |