Index: recipe_modules/bot_update/example.expected/tryjob_fail_patch.json |
diff --git a/recipe_modules/bot_update/example.expected/tryjob_fail_patch.json b/recipe_modules/bot_update/example.expected/tryjob_fail_patch.json |
index 9e2cd6f8de3299fde77fbaeec02e4cd196dbeaca..c65208f2efc8c984a5fd01f6da34af0670aa9d4f 100644 |
--- a/recipe_modules/bot_update/example.expected/tryjob_fail_patch.json |
+++ b/recipe_modules/bot_update/example.expected/tryjob_fail_patch.json |
@@ -11,17 +11,17 @@ |
"--slave", |
"totallyaslave-c4", |
"--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]", |
"--patch_url", |
"http://src.chromium.org/foo/bar", |
"--output_json", |
"/path/to/tmp/json", |
+ "--git-cache-dir", |
+ "[GIT_CACHE]", |
"--revision", |
"src@HEAD" |
], |