| Index: scripts/slave/recipes/skia/ct_skps.py
|
| diff --git a/scripts/slave/recipes/skia/ct_skps.py b/scripts/slave/recipes/skia/ct_skps.py
|
| index 043296ebea744d418f2f8345a60b9d8b0ddf8aa1..2256dbf834ec9abf1fba1cf0b4d45249a1614565 100644
|
| --- a/scripts/slave/recipes/skia/ct_skps.py
|
| +++ b/scripts/slave/recipes/skia/ct_skps.py
|
| @@ -78,7 +78,7 @@ def RunSteps(api):
|
| raise Exception('Do not recognise the buildername %s.' % buildername)
|
|
|
| # Checkout Skia and Chromium.
|
| - gclient_cfg = api.gclient.make_config()
|
| + gclient_cfg = api.gclient.make_config(GIT_MODE=True)
|
|
|
| skia = gclient_cfg.solutions.add()
|
| skia.name = 'skia'
|
|
|