| 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..401a9b19bff59bc905e364cb1ca3a31b63a0fdd9 100644
|
| --- a/scripts/slave/recipe_modules/swarming_client/example.expected/basic.json
|
| +++ b/scripts/slave/recipe_modules/swarming_client/example.expected/basic.json
|
| @@ -9,7 +9,6 @@
|
| "--url",
|
| "https://chromium.googlesource.com/external/swarming.client.git"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "name": "git setup (swarming_client)"
|
| },
|
| {
|
| @@ -84,7 +83,6 @@
|
| "[SLAVE_BUILD]/swarming.client/swarming.py",
|
| "--version"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "name": "swarming.py --version",
|
| "stdout": "/path/to/tmp/",
|
| "~followup_annotations": [
|
| @@ -98,7 +96,6 @@
|
| "[SLAVE_BUILD]/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@@@",
|
|
|