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

Side by Side Diff: recipe_modules/path/example.expected/mac_kitchen.json

Issue 2808713003: path: Add tracking of volatile paths. (Closed)
Patch Set: comments Created 3 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 "/bin/echo", 4 "/bin/echo",
5 "[TMP_BASE]/foo" 5 "[TMP_BASE]/foo"
6 ], 6 ],
7 "name": "step1" 7 "name": "step1"
8 }, 8 },
9 { 9 {
10 "cmd": [ 10 "cmd": [
(...skipping 26 matching lines...) Expand all
37 { 37 {
38 "cmd": [ 38 "cmd": [
39 "touch", 39 "touch",
40 "[HOME]/file" 40 "[HOME]/file"
41 ], 41 ],
42 "name": "touch my home" 42 "name": "touch my home"
43 }, 43 },
44 { 44 {
45 "cmd": [ 45 "cmd": [
46 "echo", 46 "echo",
47 "False"
48 ],
49 "name": "volatile tmp_dir"
50 },
51 {
52 "cmd": [
53 "echo",
47 "[START_DIR]/some/thing" 54 "[START_DIR]/some/thing"
48 ], 55 ],
49 "name": "converted path [START_DIR]/some/thing" 56 "name": "converted path [START_DIR]/some/thing"
50 }, 57 },
51 { 58 {
52 "cmd": [ 59 "cmd": [
53 "echo", 60 "echo",
54 "[START_DIR]" 61 "[START_DIR]"
55 ], 62 ],
56 "name": "converted path [START_DIR]" 63 "name": "converted path [START_DIR]"
(...skipping 25 matching lines...) Expand all
82 "RECIPE[recipe_engine::path:example].resources" 89 "RECIPE[recipe_engine::path:example].resources"
83 ], 90 ],
84 "name": "converted path RECIPE[recipe_engine::path:example].resources" 91 "name": "converted path RECIPE[recipe_engine::path:example].resources"
85 }, 92 },
86 { 93 {
87 "name": "$result", 94 "name": "$result",
88 "recipe_result": null, 95 "recipe_result": null,
89 "status_code": 0 96 "status_code": 0
90 } 97 }
91 ] 98 ]
OLDNEW
« no previous file with comments | « recipe_modules/path/example.expected/mac.json ('k') | recipe_modules/path/example.expected/mac_luci.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698