Index: recipe_modules/path/example.expected/win_kitchen.json |
diff --git a/recipe_modules/path/example.expected/win_kitchen.json b/recipe_modules/path/example.expected/win_kitchen.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..a53a727ba853a90c9d869cab156bdc3b12b5c8fa |
--- /dev/null |
+++ b/recipe_modules/path/example.expected/win_kitchen.json |
@@ -0,0 +1,47 @@ |
+[ |
+ { |
+ "cmd": [ |
+ "/bin/echo", |
+ "[SLAVE_BUILD]\\foo" |
+ ], |
+ "cwd": "[SLAVE_BUILD]", |
+ "name": "step1" |
+ }, |
+ { |
+ "cmd": [ |
+ "echo", |
+ "RECIPE_MODULE[recipe_engine::path]\\resources\\dir\\file.py" |
+ ], |
+ "cwd": "[SLAVE_BUILD]", |
+ "name": "print resource" |
+ }, |
+ { |
+ "cmd": [ |
+ "echo", |
+ "RECIPE_PACKAGE_REPO[recipe_engine]\\dir\\file.py" |
+ ], |
+ "cwd": "[SLAVE_BUILD]", |
+ "name": "print package dir" |
+ }, |
+ { |
+ "cmd": [ |
+ "/bin/echo", |
+ "[SLAVE_BUILD]\\checkout\\jerky" |
+ ], |
+ "cwd": "[SLAVE_BUILD]", |
+ "name": "checkout path" |
+ }, |
+ { |
+ "cmd": [ |
+ "touch", |
+ "[SLAVE_BUILD]\\new_file" |
+ ], |
+ "cwd": "[SLAVE_BUILD]", |
+ "name": "touch me" |
+ }, |
+ { |
+ "name": "$result", |
+ "recipe_result": null, |
+ "status_code": 0 |
+ } |
+] |