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 c369d78ebb259af2e33b15cbd9015367e060c359..04c8d41c354b844de3419514587ac1851e5d7fec 100644 |
--- a/recipe_modules/shutil/example.expected/basic.json |
+++ b/recipe_modules/shutil/example.expected/basic.json |
@@ -228,16 +228,10 @@ |
"cmd": [ |
"python", |
"-u", |
- "\nimport shutil, sys\nshutil.rmtree(sys.argv[1])\n", |
+ "RECIPE_MODULE[recipe_engine::shutil]/resources/rmtree.py", |
"[TMP_BASE]/copytree_example_tmp2" |
], |
- "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": "cleanup2" |
}, |
{ |
"name": "$result", |