| 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
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..8243a3753f015cb9d9bcb02c91da94f2ce41d21f
|
| --- /dev/null
|
| +++ b/recipe_modules/tempfile/example.expected/basic.json
|
| @@ -0,0 +1,23 @@
|
| +[
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| + "\nimport shutil, sys\nshutil.rmtree(sys.argv[1])\n",
|
| + "[TMP_BASE]/foo_tmp_1"
|
| + ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| + "name": "rmtree [TMP_BASE]/foo_tmp_1",
|
| + "~followup_annotations": [
|
| + "@@@STEP_LOG_LINE@python.inline@@@@",
|
| + "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@",
|
| + "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@",
|
| + "@@@STEP_LOG_END@python.inline@@@"
|
| + ]
|
| + },
|
| + {
|
| + "name": "$result",
|
| + "recipe_result": null,
|
| + "status_code": 0
|
| + }
|
| +]
|
|
|