| Index: recipe_modules/tempfile/example.expected/basic.json
|
| diff --git a/recipe_modules/tempfile/example.expected/basic.json b/recipe_modules/tempfile/example.expected/basic.json
|
| index 8243a3753f015cb9d9bcb02c91da94f2ce41d21f..87fcacfd264a61296735381070256050efdc0fd6 100644
|
| --- a/recipe_modules/tempfile/example.expected/basic.json
|
| +++ b/recipe_modules/tempfile/example.expected/basic.json
|
| @@ -4,10 +4,9 @@
|
| "python",
|
| "-u",
|
| "\nimport shutil, sys\nshutil.rmtree(sys.argv[1])\n",
|
| - "[TMP_BASE]/foo_tmp_1"
|
| + "[TMP]/foo_tmp_1"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "rmtree [TMP_BASE]/foo_tmp_1",
|
| + "name": "rmtree [TMP]/foo_tmp_1",
|
| "~followup_annotations": [
|
| "@@@STEP_LOG_LINE@python.inline@@@@",
|
| "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@",
|
|
|