| Index: recipes/recipes/try_recipe.expected/default.json
|
| diff --git a/recipes/recipes/try_recipe.expected/default.json b/recipes/recipes/try_recipe.expected/default.json
|
| index 0d0b54806cdb8facc09aeaa14f771a001a98db1c..32ba7b21721266392bd4ba28fa862e3eec22771e 100644
|
| --- a/recipes/recipes/try_recipe.expected/default.json
|
| +++ b/recipes/recipes/try_recipe.expected/default.json
|
| @@ -59,7 +59,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[SLAVE_BUILD]/build/scripts/slave/recipes.py",
|
| + "[START_DIR]/build/scripts/slave/recipes.py",
|
| "fetch"
|
| ],
|
| "name": "fetch recipe engine deps"
|
| @@ -85,12 +85,12 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[SLAVE_BUILD]/build/scripts/tools/annotee_indenter.py",
|
| + "[START_DIR]/build/scripts/tools/annotee_indenter.py",
|
| "--base-level",
|
| "1",
|
| "--use-python-executable",
|
| "--",
|
| - "[SLAVE_BUILD]/build/scripts/slave/recipes.py",
|
| + "[START_DIR]/build/scripts/slave/recipes.py",
|
| "run",
|
| "--properties-file",
|
| "{\"buildername\": \"recipe_try\", \"buildnumber\": 571, \"mastername\": \"tryserver.infra\", \"prop1\": \"value1\", \"prop2\": \"value2\", \"slavename\": \"TestSlavename\", \"try_level\": 1}",
|
|
|