| Index: scripts/slave/recipe_modules/swarming/api.py
|
| diff --git a/scripts/slave/recipe_modules/swarming/api.py b/scripts/slave/recipe_modules/swarming/api.py
|
| index f55f90cfc5e396e3f50b88fa0a4e257c69b4952d..af138e6d97b830dee776e58a4e61b4ccb2d6ba46 100644
|
| --- a/scripts/slave/recipe_modules/swarming/api.py
|
| +++ b/scripts/slave/recipe_modules/swarming/api.py
|
| @@ -637,7 +637,7 @@ class SwarmingApi(recipe_api.RecipeApi):
|
| 'python',
|
| self.resource('collect_gtest_task.py'),
|
| '--swarming-client-dir', self.m.swarming_client.path,
|
| - '--temp-root-dir', self.m.path['tmp'],
|
| + '--temp-root-dir', self.m.path['tmp_base'],
|
| ]
|
|
|
| # Where to put combined summary to, consumed by recipes. Also emit
|
|
|