Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(428)

Unified Diff: recipe_modules/tempfile/example.expected/basic.json

Issue 2141223002: Revert of shutil recipe_module: port chromium_utils rmtree implementation. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/recipes-py@master
Patch Set: how about this? Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « recipe_modules/shutil/resources/rmtree.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « recipe_modules/shutil/resources/rmtree.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698