| Index: infra/recipe_modules/hacky_tryserver_detection/example.expected/basic.json
|
| diff --git a/recipe_modules/depot_tools/example.expected/basic.json b/infra/recipe_modules/hacky_tryserver_detection/example.expected/basic.json
|
| similarity index 53%
|
| copy from recipe_modules/depot_tools/example.expected/basic.json
|
| copy to infra/recipe_modules/hacky_tryserver_detection/example.expected/basic.json
|
| index 6d2435cc6584c57b8499119cac40ab7c96ae854f..3ca9838fd957a6d508d3045dc8133e55d1c95bd2 100644
|
| --- a/recipe_modules/depot_tools/example.expected/basic.json
|
| +++ b/infra/recipe_modules/hacky_tryserver_detection/example.expected/basic.json
|
| @@ -1,13 +1,11 @@
|
| [
|
| {
|
| "cmd": [
|
| - "python",
|
| - "-u",
|
| - "RECIPE_PACKAGE[depot_tools]/gclient.py",
|
| - "--help"
|
| + "echo",
|
| + "False"
|
| ],
|
| "cwd": "[SLAVE_BUILD]",
|
| - "name": "gclient help"
|
| + "name": "am i a tryserver?"
|
| },
|
| {
|
| "name": "$result",
|
|
|