| Index: scripts/slave/recipes/v8/infra_end_to_end.py
|
| diff --git a/scripts/slave/recipes/v8/infra_end_to_end.py b/scripts/slave/recipes/v8/infra_end_to_end.py
|
| index 2f61de50f33c6466f2eb6423c1f6080d5d3b40e9..e80fef5b1dca7c31c16128cd536d65041e663dd0 100644
|
| --- a/scripts/slave/recipes/v8/infra_end_to_end.py
|
| +++ b/scripts/slave/recipes/v8/infra_end_to_end.py
|
| @@ -67,7 +67,7 @@ TESTS = [
|
| ]
|
|
|
| def RunSteps(api):
|
| - api.gclient.set_config('build')
|
| + api.gclient.set_config('build', GIT_MODE=True)
|
| api.bot_update.ensure_checkout(force=True)
|
|
|
| for test in TESTS:
|
|
|