| Index: scripts/slave/recipes/dart/dart_vm.py
|
| diff --git a/scripts/slave/recipes/dart/dart_vm.py b/scripts/slave/recipes/dart/dart_vm.py
|
| index 7921c72e2d1f660423e2b635f44353558f8ceee9..83ba055df2906dfc7b092bbea1280eb5ff0830f5 100644
|
| --- a/scripts/slave/recipes/dart/dart_vm.py
|
| +++ b/scripts/slave/recipes/dart/dart_vm.py
|
| @@ -124,7 +124,7 @@ for mode in ['debug', 'release', 'product']:
|
|
|
|
|
| def RunSteps(api):
|
| - api.gclient.set_config('dart')
|
| + api.gclient.set_config('dart', GIT_MODE=True)
|
| api.path.c.dynamic_paths['tools'] = None
|
| api.bot_update.ensure_checkout(force=True)
|
| api.path['tools'] = api.path['checkout'].join('tools')
|
|
|