| Index: scripts/slave/recipes/infra/recipe_roll_tryjob.py
|
| diff --git a/scripts/slave/recipes/infra/recipe_roll_tryjob.py b/scripts/slave/recipes/infra/recipe_roll_tryjob.py
|
| index 945a2a2ab9425927517944ae3bf4e7bcfacb8149..b983a6d06ce831613f4370af4d971abebd4bcd00 100644
|
| --- a/scripts/slave/recipes/infra/recipe_roll_tryjob.py
|
| +++ b/scripts/slave/recipes/infra/recipe_roll_tryjob.py
|
| @@ -236,7 +236,8 @@ def simulation_test(api, proj, proj_config, repo_path, deps):
|
|
|
| args += ['simulation_test']
|
|
|
| - return api.python('%s tests' % proj, recipes_py_loc, args)
|
| + return api.python(
|
| + '%s tests' % proj, recipes_py_loc, args, stdout=api.raw_io.output())
|
|
|
|
|
| def checkout_projects(api, all_projects, url_mapping,
|
|
|