| 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 703321822ce7f01cd434b98d802c7e5c7c9241f3..98164482d10ff11f9959cf344af703a3a8e0dab3 100644
|
| --- a/scripts/slave/recipe_modules/zip/example.expected/linux.json
|
| +++ b/scripts/slave/recipe_modules/zip/example.expected/linux.json
|
| @@ -4,7 +4,6 @@
|
| "touch",
|
| "[TMP_BASE]/zip-example_tmp_1/a"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "name": "touch a"
|
| },
|
| {
|
| @@ -12,7 +11,6 @@
|
| "touch",
|
| "[TMP_BASE]/zip-example_tmp_1/b"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "name": "touch b"
|
| },
|
| {
|
| @@ -23,7 +21,6 @@
|
| "[TMP_BASE]/zip-example_tmp_1/sub/dir",
|
| "511"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "name": "makedirs mkdirs",
|
| "~followup_annotations": [
|
| "@@@STEP_LOG_LINE@python.inline@@@@",
|
| @@ -43,7 +40,6 @@
|
| "touch",
|
| "[TMP_BASE]/zip-example_tmp_1/sub/dir/c"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "name": "touch c"
|
| },
|
| {
|
| @@ -52,7 +48,6 @@
|
| "-u",
|
| "RECIPE_MODULE[build::zip]/resources/zip.py"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "name": "zipping",
|
| "stdin": "{\"entries\": [{\"path\": \"[TMP_BASE]/zip-example_tmp_1\", \"type\": \"dir\"}], \"output\": \"[TMP_BASE]/zip-example_tmp_1/output.zip\", \"root\": \"[TMP_BASE]/zip-example_tmp_1\"}"
|
| },
|
| @@ -62,7 +57,6 @@
|
| "-u",
|
| "RECIPE_MODULE[build::zip]/resources/zip.py"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "name": "zipping more",
|
| "stdin": "{\"entries\": [{\"archive_name\": null, \"path\": \"[TMP_BASE]/zip-example_tmp_1/a\", \"type\": \"file\"}, {\"archive_name\": null, \"path\": \"[TMP_BASE]/zip-example_tmp_1/b\", \"type\": \"file\"}, {\"path\": \"[TMP_BASE]/zip-example_tmp_1/sub\", \"type\": \"dir\"}], \"output\": \"[TMP_BASE]/zip-example_tmp_1/more.zip\", \"root\": \"[TMP_BASE]/zip-example_tmp_1\"}"
|
| },
|
| @@ -71,7 +65,6 @@
|
| "echo",
|
| "[TMP_BASE]/zip-example_tmp_1/more.zip"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "name": "report"
|
| },
|
| {
|
| @@ -80,7 +73,6 @@
|
| "-u",
|
| "RECIPE_MODULE[build::zip]/resources/unzip.py"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "name": "unzipping",
|
| "stdin": "{\"output\": \"[TMP_BASE]/zip-example_tmp_1/output\", \"zip_file\": \"[TMP_BASE]/zip-example_tmp_1/output.zip\"}"
|
| },
|
| @@ -98,7 +90,6 @@
|
| "\nimport os, sys\nfrom common import chromium_utils # Error? See https://crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n",
|
| "[TMP_BASE]/zip-example_tmp_1"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "name": "rmtree cleanup",
|
| "~followup_annotations": [
|
| "@@@STEP_LOG_LINE@python.inline@@@@",
|
|
|