| Index: scripts/slave/recipe_modules/zip/example.expected/linux.json
|
| diff --git a/scripts/slave/recipe_modules/zip/example.expected/linux.json b/scripts/slave/recipe_modules/zip/example.expected/linux.json
|
| index 39bf1b7fc576e2213eddcbe25b27fdd035bd4750..9bae587a7135fe0d793393bf7a8676b42135d9d0 100644
|
| --- a/scripts/slave/recipe_modules/zip/example.expected/linux.json
|
| +++ b/scripts/slave/recipe_modules/zip/example.expected/linux.json
|
| @@ -50,7 +50,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "RECIPE_MODULE[zip]/resources/zip.py"
|
| + "RECIPE_MODULE[build.zip]/resources/zip.py"
|
| ],
|
| "cwd": "[SLAVE_BUILD]",
|
| "name": "zipping",
|
| @@ -60,7 +60,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "RECIPE_MODULE[zip]/resources/zip.py"
|
| + "RECIPE_MODULE[build.zip]/resources/zip.py"
|
| ],
|
| "cwd": "[SLAVE_BUILD]",
|
| "name": "zipping more",
|
| @@ -78,7 +78,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "RECIPE_MODULE[zip]/resources/unzip.py"
|
| + "RECIPE_MODULE[build.zip]/resources/unzip.py"
|
| ],
|
| "cwd": "[SLAVE_BUILD]",
|
| "name": "unzipping",
|
|
|