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

Side by Side Diff: recipe_modules/shutil/example.expected/basic.json

Issue 1866313002: recipe engine: add tempfile and shutil modules (Closed) Base URL: https://github.com/luci/recipes-py.git@master
Patch Set: presubmit Created 4 years, 8 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
OLDNEW
(Empty)
1 [
2 {
3 "cmd": [
4 "python",
5 "-u",
6 "\nimport shutil, sys\nshutil.rmtree(sys.argv[1])\n",
7 "foo"
8 ],
9 "cwd": "[SLAVE_BUILD]",
10 "name": "rmtree foo",
11 "~followup_annotations": [
12 "@@@STEP_LOG_LINE@python.inline@@@@",
13 "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@",
14 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@",
15 "@@@STEP_LOG_END@python.inline@@@"
16 ]
17 },
18 {
19 "name": "$result",
20 "recipe_result": null,
21 "status_code": 0
22 }
23 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698