Index: recipe_modules/bot_update/example.expected/no_shallow.json |
diff --git a/recipe_modules/bot_update/example.expected/no_shallow.json b/recipe_modules/bot_update/example.expected/no_shallow.json |
index 2008a4fa30ce46b42b3e82411d242f38a17a3e5f..16ba57c77840cf688796e6e82bc918c42c644a82 100644 |
--- a/recipe_modules/bot_update/example.expected/no_shallow.json |
+++ b/recipe_modules/bot_update/example.expected/no_shallow.json |
@@ -11,15 +11,15 @@ |
"--slave", |
"somehost", |
"--spec", |
- "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn.chromium.org/chrome/trunk/src'}]", |
+ "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'svn://svn.chromium.org/chrome/trunk/src'}]", |
"--root", |
"src", |
"--revision_mapping_file", |
"{\"src\": \"got_cr_revision\"}", |
- "--git-cache-dir", |
- "[GIT_CACHE]", |
"--output_json", |
"/path/to/tmp/json", |
+ "--git-cache-dir", |
+ "[GIT_CACHE]", |
"--revision", |
"src@HEAD", |
"--no_shallow" |