| 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 8fc81f210c4f2071e69e625f6df52ea203937cd5..6c48e31042a64b19b533df828a773febd0f62f08 100644
|
| --- a/recipe_modules/tempfile/example.expected/basic.json
|
| +++ b/recipe_modules/tempfile/example.expected/basic.json
|
| @@ -3,10 +3,16 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "RECIPE_MODULE[recipe_engine::shutil]/resources/rmtree.py",
|
| + "\nimport shutil, sys\nshutil.rmtree(sys.argv[1])\n",
|
| "[TMP_BASE]/foo_tmp_1"
|
| ],
|
| - "name": "rmtree [TMP_BASE]/foo_tmp_1"
|
| + "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",
|
|
|