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