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

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

Issue 1923013002: Revert of recipe engine: extract infra-specific paths out of the engine (Closed) Base URL: https://github.com/luci/recipes-py.git@master
Patch Set: 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
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport shutil, sys\nshutil.rmtree(sys.argv[1])\n", 6 "\nimport shutil, sys\nshutil.rmtree(sys.argv[1])\n",
7 "[TMP]/foo_tmp_1" 7 "[TMP_BASE]/foo_tmp_1"
8 ], 8 ],
9 "name": "rmtree [TMP]/foo_tmp_1", 9 "cwd": "[SLAVE_BUILD]",
10 "name": "rmtree [TMP_BASE]/foo_tmp_1",
10 "~followup_annotations": [ 11 "~followup_annotations": [
11 "@@@STEP_LOG_LINE@python.inline@@@@", 12 "@@@STEP_LOG_LINE@python.inline@@@@",
12 "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@", 13 "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@",
13 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@", 14 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@",
14 "@@@STEP_LOG_END@python.inline@@@" 15 "@@@STEP_LOG_END@python.inline@@@"
15 ] 16 ]
16 }, 17 },
17 { 18 {
18 "name": "$result", 19 "name": "$result",
19 "recipe_result": null, 20 "recipe_result": null,
20 "status_code": 0 21 "status_code": 0
21 } 22 }
22 ] 23 ]
OLDNEW
« no previous file with comments | « recipe_modules/step/example.expected/warning.json ('k') | recipe_modules/time/example.expected/defaults.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698