| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "echo", | 4 "echo", |
| 5 "None", | 5 "None", |
| 6 "'thing'" | 6 "'thing'" |
| 7 ], | 7 ], |
| 8 "name": "echo" | 8 "name": "echo" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| 11 "cmd": [ | 11 "cmd": [ |
| 12 "echo", | 12 "echo", |
| 13 "[('blamelist', ['cool_dev1337@chromium.org', 'hax@chromium.org']), ('bran
ch', ''), ('buildbotURL', 'http://c.org/p/cr/'), ('buildername', 'TestBuilder'),
('buildnumber', 571), ('foo.bar-bam', 'thing'), ('issue', 12853011), ('masterna
me', 'chromium.testing.master'), ('patch_project', 'chromium'), ('patchset', 1),
('project', 'chrome'), ('recipe', 'properties:example'), ('repository', ''), ('
requester', 'commit-bot@chromium.org'), ('revision', 'HEAD'), ('rietveld', 'http
s://codereview.chromium.org'), ('slavename', 'TestSlavename'), ('test_prop', Non
e), ('workdir', '/path/to/workdir/TestSlavename')]" | 13 "('blamelist', ['cool_dev1337@chromium.org', 'hax@chromium.org'])", |
| 14 "('branch', '')", |
| 15 "('buildbotURL', 'http://c.org/p/cr/')", |
| 16 "('buildername', 'TestBuilder')", |
| 17 "('buildnumber', 571)", |
| 18 "('foo.bar-bam', 'thing')", |
| 19 "('issue', 12853011)", |
| 20 "('mastername', 'chromium.testing.master')", |
| 21 "('patch_project', 'chromium')", |
| 22 "('patchset', 1)", |
| 23 "('project', 'chrome')", |
| 24 "('recipe', 'properties:example')", |
| 25 "('repository', '')", |
| 26 "('requester', 'commit-bot@chromium.org')", |
| 27 "('revision', 'HEAD')", |
| 28 "('rietveld', 'https://codereview.chromium.org')", |
| 29 "('slavename', 'TestSlavename')", |
| 30 "('test_prop', None)", |
| 31 "('workdir', '/path/to/workdir/TestSlavename')" |
| 14 ], | 32 ], |
| 15 "name": "echo all" | 33 "name": "echo all" |
| 16 }, | 34 }, |
| 17 { | 35 { |
| 18 "name": "$result", | 36 "name": "$result", |
| 19 "recipe_result": null, | 37 "recipe_result": null, |
| 20 "status_code": 0 | 38 "status_code": 0 |
| 21 } | 39 } |
| 22 ] | 40 ] |
| OLD | NEW |