Chromium Code Reviews| 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 79ae5235bde3eb3f24a68e564b48812ae86135bf..a6315c75d27bcc8df600fbcc8c8b3a9694a33559 100644 |
| --- a/recipe_modules/properties/example.expected/buildbot_generic.json |
| +++ b/recipe_modules/properties/example.expected/buildbot_generic.json |
| @@ -4,6 +4,7 @@ |
| "echo", |
| "None" |
| ], |
| + "cwd": "[SLAVE_BUILD]", |
| "name": "echo" |
| }, |
| { |
| @@ -11,6 +12,7 @@ |
| "echo", |
| "[('blamelist', ['cool_dev1337@chromium.org', 'hax@chromium.org']), ('buildbotURL', 'http://c.org/p/cr/'), ('buildername', 'TestBuilder'), ('buildnumber', 571), ('mastername', 'chromium.testing.master'), ('recipe', 'properties:example'), ('slavename', 'TestSlavename'), ('test_prop', None), ('workdir', '/path/to/workdir/TestSlavename')]" |
| ], |
| + "cwd": "[SLAVE_BUILD]", |
| "name": "echo all" |
| }, |
| { |