| Index: recipe_modules/path/example.expected/win.json
|
| diff --git a/recipe_modules/path/example.expected/win.json b/recipe_modules/path/example.expected/win.json
|
| index a53a727ba853a90c9d869cab156bdc3b12b5c8fa..b5920495ce3b0176481cb020421b9f0050f650f5 100644
|
| --- a/recipe_modules/path/example.expected/win.json
|
| +++ b/recipe_modules/path/example.expected/win.json
|
| @@ -2,9 +2,8 @@
|
| {
|
| "cmd": [
|
| "/bin/echo",
|
| - "[SLAVE_BUILD]\\foo"
|
| + "[TMP_BASE]\\foo"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "name": "step1"
|
| },
|
| {
|
| @@ -12,7 +11,6 @@
|
| "echo",
|
| "RECIPE_MODULE[recipe_engine::path]\\resources\\dir\\file.py"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "name": "print resource"
|
| },
|
| {
|
| @@ -20,23 +18,20 @@
|
| "echo",
|
| "RECIPE_PACKAGE_REPO[recipe_engine]\\dir\\file.py"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "name": "print package dir"
|
| },
|
| {
|
| "cmd": [
|
| "/bin/echo",
|
| - "[SLAVE_BUILD]\\checkout\\jerky"
|
| + "[TMP_BASE]\\checkout\\jerky"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "name": "checkout path"
|
| },
|
| {
|
| "cmd": [
|
| "touch",
|
| - "[SLAVE_BUILD]\\new_file"
|
| + "[TMP_BASE]\\new_file"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "name": "touch me"
|
| },
|
| {
|
|
|