| Index: recipe_modules/infra_paths/example.py
|
| diff --git a/recipe_modules/infra_paths/example.py b/recipe_modules/infra_paths/example.py
|
| index 0efa21ef05e9b31f4f256d6d699633f9a4359bd9..2cca4c7911c897665264d9809b82ecbf45dffe97 100644
|
| --- a/recipe_modules/infra_paths/example.py
|
| +++ b/recipe_modules/infra_paths/example.py
|
| @@ -20,7 +20,7 @@ def GenTests(api):
|
| yield api.test('basic')
|
|
|
| for platform in ('linux', 'mac', 'win'):
|
| - for path_config in ('buildbot', 'kitchen'):
|
| + for path_config in ('buildbot', 'kitchen', 'swarmbucket'):
|
| yield (
|
| api.test('paths_%s_%s' % (path_config, platform)) +
|
| api.platform.name(platform) +
|
|
|