Index: scripts/slave/recipe_modules/swarming_client/example.expected/basic.json |
diff --git a/scripts/slave/recipe_modules/swarming_client/example.expected/basic.json b/scripts/slave/recipe_modules/swarming_client/example.expected/basic.json |
index 0a7eb140cc5faf43d5097062d29b744f99137679..06a9d99ca15d0f3dbc81cbeb0f780d42ca85a376 100644 |
--- a/scripts/slave/recipe_modules/swarming_client/example.expected/basic.json |
+++ b/scripts/slave/recipe_modules/swarming_client/example.expected/basic.json |
@@ -5,11 +5,10 @@ |
"-u", |
"RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", |
"--path", |
- "[SLAVE_BUILD]/swarming.client", |
+ "[CWD]/swarming.client", |
"--url", |
"https://chromium.googlesource.com/external/swarming.client.git" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "git setup (swarming_client)" |
}, |
{ |
@@ -20,7 +19,7 @@ |
"origin", |
"master" |
], |
- "cwd": "[SLAVE_BUILD]/swarming.client", |
+ "cwd": "[CWD]/swarming.client", |
"name": "git fetch (swarming_client)" |
}, |
{ |
@@ -30,7 +29,7 @@ |
"-f", |
"FETCH_HEAD" |
], |
- "cwd": "[SLAVE_BUILD]/swarming.client", |
+ "cwd": "[CWD]/swarming.client", |
"name": "git checkout (swarming_client)" |
}, |
{ |
@@ -39,7 +38,7 @@ |
"rev-parse", |
"HEAD" |
], |
- "cwd": "[SLAVE_BUILD]/swarming.client", |
+ "cwd": "[CWD]/swarming.client", |
"name": "read revision", |
"stdout": "/path/to/tmp/", |
"~followup_annotations": [ |
@@ -54,7 +53,7 @@ |
"-d", |
"-x" |
], |
- "cwd": "[SLAVE_BUILD]/swarming.client", |
+ "cwd": "[CWD]/swarming.client", |
"name": "git clean (swarming_client)" |
}, |
{ |
@@ -63,7 +62,7 @@ |
"submodule", |
"sync" |
], |
- "cwd": "[SLAVE_BUILD]/swarming.client", |
+ "cwd": "[CWD]/swarming.client", |
"name": "submodule sync (swarming_client)" |
}, |
{ |
@@ -74,17 +73,16 @@ |
"--init", |
"--recursive" |
], |
- "cwd": "[SLAVE_BUILD]/swarming.client", |
+ "cwd": "[CWD]/swarming.client", |
"name": "submodule update (swarming_client)" |
}, |
{ |
"cmd": [ |
"python", |
"-u", |
- "[SLAVE_BUILD]/swarming.client/swarming.py", |
+ "[CWD]/swarming.client/swarming.py", |
"--version" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "swarming.py --version", |
"stdout": "/path/to/tmp/", |
"~followup_annotations": [ |
@@ -95,10 +93,9 @@ |
"cmd": [ |
"python", |
"-u", |
- "[SLAVE_BUILD]/swarming.client/isolate.py", |
+ "[CWD]/swarming.client/isolate.py", |
"--version" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "isolate.py --version", |
"stdout": "/path/to/tmp/", |
"~followup_annotations": [ |
@@ -111,7 +108,6 @@ |
"-u", |
"import sys; sys.exit(1)" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "swarming.py is too old", |
"~followup_annotations": [ |
"@@@STEP_TEXT@Expecting at least v20.0.0, got v0.4.4@@@", |