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