| Index: recipe_modules/shutil/example.expected/basic.json
|
| diff --git a/recipe_modules/shutil/example.expected/basic.json b/recipe_modules/shutil/example.expected/basic.json
|
| index 7369c8c6c74a0fcac394de024611886db14cd48d..c369d78ebb259af2e33b15cbd9015367e060c359 100644
|
| --- a/recipe_modules/shutil/example.expected/basic.json
|
| +++ b/recipe_modules/shutil/example.expected/basic.json
|
| @@ -213,19 +213,31 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "RECIPE_MODULE[recipe_engine::shutil]/resources/rmtree.py",
|
| + "\nimport shutil, sys\nshutil.rmtree(sys.argv[1])\n",
|
| "[TMP_BASE]/copytree_example_tmp"
|
| ],
|
| - "name": "cleanup"
|
| + "name": "cleanup",
|
| + "~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@@@"
|
| + ]
|
| },
|
| {
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "RECIPE_MODULE[recipe_engine::shutil]/resources/rmtree.py",
|
| + "\nimport shutil, sys\nshutil.rmtree(sys.argv[1])\n",
|
| "[TMP_BASE]/copytree_example_tmp2"
|
| ],
|
| - "name": "cleanup2"
|
| + "name": "cleanup2",
|
| + "~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",
|
|
|