| Index: scripts/slave/recipes/infra/recipes_py_continuous.py
 | 
| diff --git a/scripts/slave/recipes/infra/recipes_py_continuous.py b/scripts/slave/recipes/infra/recipes_py_continuous.py
 | 
| index 833cdc0894f46cab679f9b3ba699b1dd784fac27..3a06d8fe5ca29ed68a25c713d26cac2a81720028 100644
 | 
| --- a/scripts/slave/recipes/infra/recipes_py_continuous.py
 | 
| +++ b/scripts/slave/recipes/infra/recipes_py_continuous.py
 | 
| @@ -9,6 +9,7 @@ DEPS = [
 | 
|    'depot_tools/bot_update',
 | 
|    'depot_tools/gclient',
 | 
|    'recipe_engine/path',
 | 
| +  'recipe_engine/properties',
 | 
|  ]
 | 
|  
 | 
|  
 | 
| @@ -39,4 +40,4 @@ def RunSteps(api, mastername, buildername, buildnumber):
 | 
|  
 | 
|  
 | 
|  def GenTests(api):
 | 
| -  yield api.test('basic')
 | 
| +  yield api.test('basic') + api.properties(path_config='kitchen')
 | 
| 
 |