| Index: scripts/slave/recipes/syzygy/coverage.py
|
| diff --git a/scripts/slave/recipes/syzygy/coverage.py b/scripts/slave/recipes/syzygy/coverage.py
|
| index 442595273edea555f8bdd3fb7ed13f636df98f12..eb9817a499f03df4b7dff3e4f02d6fcbd0da5919 100644
|
| --- a/scripts/slave/recipes/syzygy/coverage.py
|
| +++ b/scripts/slave/recipes/syzygy/coverage.py
|
| @@ -53,7 +53,7 @@ def RunSteps(api, buildername):
|
| config, kwargs = BUILDERS[buildername]
|
| s.set_config(config, **kwargs)
|
| api.chromium.set_config(config, **kwargs)
|
| - api.gclient.set_config(config, **kwargs)
|
| + api.gclient.set_config(config, GIT_MODE=True, **kwargs)
|
|
|
| # Clean up any running processes on the slave.
|
| s.taskkill()
|
|
|