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

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

Issue 1906323003: recipe engine: extract infra-specific paths out of the engine (Closed) Base URL: https://github.com/luci/recipes-py.git@master
Patch Set: tmp Created 4 years, 7 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_BASE]/foo_tmp_1" 7 "[TMP]/foo_tmp_1"
8 ], 8 ],
9 "cwd": "[SLAVE_BUILD]", 9 "name": "rmtree [TMP]/foo_tmp_1",
10 "name": "rmtree [TMP_BASE]/foo_tmp_1",
11 "~followup_annotations": [ 10 "~followup_annotations": [
12 "@@@STEP_LOG_LINE@python.inline@@@@", 11 "@@@STEP_LOG_LINE@python.inline@@@@",
13 "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@", 12 "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@",
14 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@", 13 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@",
15 "@@@STEP_LOG_END@python.inline@@@" 14 "@@@STEP_LOG_END@python.inline@@@"
16 ] 15 ]
17 }, 16 },
18 { 17 {
19 "name": "$result", 18 "name": "$result",
20 "recipe_result": null, 19 "recipe_result": null,
21 "status_code": 0 20 "status_code": 0
22 } 21 }
23 ] 22 ]
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