Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(333)

Unified Diff: scripts/slave/recipe_modules/chromedriver/example.py

Issue 2269263002: Make all the rest of the recipes explicitly specify GIT_MODE (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromedriver/example.expected/Android_ChromeDriver_basic.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromedriver/example.py
diff --git a/scripts/slave/recipe_modules/chromedriver/example.py b/scripts/slave/recipe_modules/chromedriver/example.py
index 397377dd0120e01c4b53f624f37cf67d8437cdc3..d72010a2f919a6ed49523e85d5a91e5cf361d57b 100644
--- a/scripts/slave/recipe_modules/chromedriver/example.py
+++ b/scripts/slave/recipe_modules/chromedriver/example.py
@@ -41,7 +41,7 @@ def RunSteps(api):
update_test_log = builder.get('update_test_log')
api.chromium.set_config('chromium')
- api.gclient.set_config('chromium')
+ api.gclient.set_config('chromium', GIT_MODE=True)
api.bot_update.ensure_checkout(force=True)
platform = builder.get('chromedriver_platform')
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromedriver/example.expected/Android_ChromeDriver_basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698