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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « recipe_modules/shutil/resources/rmtree.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[recipe_engine::shutil]/resources/rmtree.py", 6 "\nimport shutil, sys\nshutil.rmtree(sys.argv[1])\n",
7 "[TMP_BASE]/foo_tmp_1" 7 "[TMP_BASE]/foo_tmp_1"
8 ], 8 ],
9 "name": "rmtree [TMP_BASE]/foo_tmp_1" 9 "name": "rmtree [TMP_BASE]/foo_tmp_1",
10 "~followup_annotations": [
11 "@@@STEP_LOG_LINE@python.inline@@@@",
12 "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@",
13 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@",
14 "@@@STEP_LOG_END@python.inline@@@"
15 ]
10 }, 16 },
11 { 17 {
12 "name": "$result", 18 "name": "$result",
13 "recipe_result": null, 19 "recipe_result": null,
14 "status_code": 0 20 "status_code": 0
15 } 21 }
16 ] 22 ]
OLDNEW
« 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