| Index: recipe_modules/properties/example.expected/buildbot_scheduled.json
|
| diff --git a/recipe_modules/properties/example.expected/buildbot_scheduled.json b/recipe_modules/properties/example.expected/buildbot_scheduled.json
|
| index 76989b3a41a846e66ea27b98bd9fafe322d13804..be2efda26712a413ed12b77e7f397e237a154049 100644
|
| --- a/recipe_modules/properties/example.expected/buildbot_scheduled.json
|
| +++ b/recipe_modules/properties/example.expected/buildbot_scheduled.json
|
| @@ -10,7 +10,20 @@
|
| {
|
| "cmd": [
|
| "echo",
|
| - "[('blamelist', ['cool_dev1337@chromium.org', 'hax@chromium.org']), ('branch', 'TestBranch'), ('buildbotURL', 'http://c.org/p/cr/'), ('buildername', 'TestBuilder'), ('buildnumber', 571), ('foo.bar-bam', 'thing'), ('mastername', 'chromium.testing.master'), ('project', ''), ('recipe', 'properties:example'), ('repository', 'svn://svn-mirror.golo.chromium.org/chrome/trunk'), ('revision', '204787'), ('slavename', 'TestSlavename'), ('test_prop', None), ('workdir', '/path/to/workdir/TestSlavename')]"
|
| + "('blamelist', ['cool_dev1337@chromium.org', 'hax@chromium.org'])",
|
| + "('branch', 'TestBranch')",
|
| + "('buildbotURL', 'http://c.org/p/cr/')",
|
| + "('buildername', 'TestBuilder')",
|
| + "('buildnumber', 571)",
|
| + "('foo.bar-bam', 'thing')",
|
| + "('mastername', 'chromium.testing.master')",
|
| + "('project', '')",
|
| + "('recipe', 'properties:example')",
|
| + "('repository', 'svn://svn-mirror.golo.chromium.org/chrome/trunk')",
|
| + "('revision', '204787')",
|
| + "('slavename', 'TestSlavename')",
|
| + "('test_prop', None)",
|
| + "('workdir', '/path/to/workdir/TestSlavename')"
|
| ],
|
| "name": "echo all"
|
| },
|
|
|