Index: recipe_modules/git/example.expected/count-objects_delta.json |
diff --git a/recipe_modules/git/example.expected/count-objects_delta.json b/recipe_modules/git/example.expected/count-objects_delta.json |
index b2ca9cb4cc23e23668194ae10ab6cb58becd2d8b..821f9a5f06ea7867f8f7ca6c2472195661384141 100644 |
--- a/recipe_modules/git/example.expected/count-objects_delta.json |
+++ b/recipe_modules/git/example.expected/count-objects_delta.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" |
}, |
{ |
@@ -18,7 +17,7 @@ |
"count-objects", |
"-v" |
], |
- "cwd": "[SLAVE_BUILD]/src", |
+ "cwd": "[CWD]/src", |
"name": "count-objects before git fetch", |
"stdout": "/path/to/tmp/", |
"~followup_annotations": [ |
@@ -42,7 +41,7 @@ |
"master", |
"--recurse-submodules" |
], |
- "cwd": "[SLAVE_BUILD]/src", |
+ "cwd": "[CWD]/src", |
"name": "git fetch" |
}, |
{ |
@@ -51,7 +50,7 @@ |
"count-objects", |
"-v" |
], |
- "cwd": "[SLAVE_BUILD]/src", |
+ "cwd": "[CWD]/src", |
"name": "count-objects after git fetch", |
"stdout": "/path/to/tmp/", |
"~followup_annotations": [ |
@@ -104,7 +103,7 @@ |
"-f", |
"FETCH_HEAD" |
], |
- "cwd": "[SLAVE_BUILD]/src", |
+ "cwd": "[CWD]/src", |
"name": "git checkout" |
}, |
{ |
@@ -113,7 +112,7 @@ |
"rev-parse", |
"HEAD" |
], |
- "cwd": "[SLAVE_BUILD]/src", |
+ "cwd": "[CWD]/src", |
"name": "read revision", |
"stdout": "/path/to/tmp/", |
"~followup_annotations": [ |
@@ -128,7 +127,7 @@ |
"-d", |
"-x" |
], |
- "cwd": "[SLAVE_BUILD]/src", |
+ "cwd": "[CWD]/src", |
"name": "git clean" |
}, |
{ |
@@ -137,7 +136,7 @@ |
"submodule", |
"sync" |
], |
- "cwd": "[SLAVE_BUILD]/src", |
+ "cwd": "[CWD]/src", |
"name": "submodule sync" |
}, |
{ |
@@ -148,7 +147,7 @@ |
"--init", |
"--recursive" |
], |
- "cwd": "[SLAVE_BUILD]/src", |
+ "cwd": "[CWD]/src", |
"name": "submodule update" |
}, |
{ |
@@ -159,7 +158,7 @@ |
"count-objects", |
"-v" |
], |
- "cwd": "[SLAVE_BUILD]/src", |
+ "cwd": "[CWD]/src", |
"name": "count-objects", |
"stdout": "/path/to/tmp/" |
}, |
@@ -170,7 +169,7 @@ |
"--get", |
"remote.origin.url" |
], |
- "cwd": "[SLAVE_BUILD]/src", |
+ "cwd": "[CWD]/src", |
"name": "git config remote.origin.url", |
"stdout": "/path/to/tmp/", |
"~followup_annotations": [ |
@@ -185,7 +184,7 @@ |
"--format=%at", |
"-s" |
], |
- "cwd": "[SLAVE_BUILD]/src", |
+ "cwd": "[CWD]/src", |
"name": "git show", |
"stdout": "/path/to/tmp/" |
}, |
@@ -196,7 +195,7 @@ |
"origin", |
"--tags" |
], |
- "cwd": "[SLAVE_BUILD]/src", |
+ "cwd": "[CWD]/src", |
"name": "git fetch tags" |
}, |
{ |
@@ -204,7 +203,7 @@ |
"git", |
"status" |
], |
- "cwd": "[SLAVE_BUILD]/src", |
+ "cwd": "[CWD]/src", |
"name": "git status" |
}, |
{ |
@@ -212,7 +211,7 @@ |
"git", |
"status" |
], |
- "cwd": "[SLAVE_BUILD]/src", |
+ "cwd": "[CWD]/src", |
"name": "git status can_fail_build" |
}, |
{ |
@@ -220,7 +219,7 @@ |
"git", |
"status" |
], |
- "cwd": "[SLAVE_BUILD]/src", |
+ "cwd": "[CWD]/src", |
"name": "git status cannot_fail_build" |
}, |
{ |
@@ -229,7 +228,7 @@ |
"rebase", |
"origin/master" |
], |
- "cwd": "[SLAVE_BUILD]/src", |
+ "cwd": "[CWD]/src", |
"name": "my repo rebase" |
}, |
{ |
@@ -237,10 +236,10 @@ |
"git", |
"bundle", |
"create", |
- "[SLAVE_BUILD]/all.bundle", |
+ "[CWD]/all.bundle", |
"--all" |
], |
- "cwd": "[SLAVE_BUILD]/src", |
+ "cwd": "[CWD]/src", |
"name": "git bundle" |
}, |
{ |