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

Side by Side Diff: scripts/slave/recipe_modules/generator_script/example.expected/basic.json

Issue 1241323004: Cross-repo recipe package system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Roll to latest recipes-py Created 5 years, 3 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 [
2 {
3 "cmd": [
4 "bogus",
5 "--output-json",
6 "/path/to/tmp/json"
7 ],
8 "cwd": "[SLAVE_BUILD]",
9 "name": "gen step(bogus)",
10 "~followup_annotations": [
11 "@@@STEP_LOG_LINE@json.output@[@@@",
12 "@@@STEP_LOG_LINE@json.output@ {@@@",
13 "@@@STEP_LOG_LINE@json.output@ \"cmd\": [@@@",
14 "@@@STEP_LOG_LINE@json.output@ \"echo\", @@@",
15 "@@@STEP_LOG_LINE@json.output@ \"mock step binary\"@@@",
16 "@@@STEP_LOG_LINE@json.output@ ], @@@",
17 "@@@STEP_LOG_LINE@json.output@ \"name\": \"mock.step.binary\"@@@",
18 "@@@STEP_LOG_LINE@json.output@ }@@@",
19 "@@@STEP_LOG_LINE@json.output@]@@@",
20 "@@@STEP_LOG_END@json.output@@@"
21 ]
22 },
23 {
24 "cmd": [
25 "echo",
26 "mock step binary"
27 ],
28 "name": "mock.step.binary"
29 }
30 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698