Index: recipe_modules/properties/example.expected/buildbot_generic.json |
diff --git a/recipe_modules/properties/example.expected/buildbot_generic.json b/recipe_modules/properties/example.expected/buildbot_generic.json |
index 6be5ef4f0e4ad44ccffc49c54d49d4464bd64790..608b7b0f9affcb29a3392ff6ba833b92631e496d 100644 |
--- a/recipe_modules/properties/example.expected/buildbot_generic.json |
+++ b/recipe_modules/properties/example.expected/buildbot_generic.json |
@@ -10,7 +10,16 @@ |
{ |
"cmd": [ |
"echo", |
- "[('blamelist', ['cool_dev1337@chromium.org', 'hax@chromium.org']), ('buildbotURL', 'http://c.org/p/cr/'), ('buildername', 'TestBuilder'), ('buildnumber', 571), ('foo.bar-bam', 'thing'), ('mastername', 'chromium.testing.master'), ('recipe', 'properties:example'), ('slavename', 'TestSlavename'), ('test_prop', None), ('workdir', '/path/to/workdir/TestSlavename')]" |
+ "('blamelist', ['cool_dev1337@chromium.org', 'hax@chromium.org'])", |
+ "('buildbotURL', 'http://c.org/p/cr/')", |
+ "('buildername', 'TestBuilder')", |
+ "('buildnumber', 571)", |
+ "('foo.bar-bam', 'thing')", |
+ "('mastername', 'chromium.testing.master')", |
+ "('recipe', 'properties:example')", |
+ "('slavename', 'TestSlavename')", |
+ "('test_prop', None)", |
+ "('workdir', '/path/to/workdir/TestSlavename')" |
], |
"name": "echo all" |
}, |