| Index: scripts/slave/recipes/chromium_trybot.expected/bot_update_failure.json
|
| diff --git a/scripts/slave/recipes/chromium_trybot.expected/bot_update_failure.json b/scripts/slave/recipes/chromium_trybot.expected/bot_update_failure.json
|
| index 5d360580c3db85b9f855f2f40acd2092a36aac45..a0ca38c0de67c72807b3177ed455d082a6c2e4e7 100644
|
| --- a/scripts/slave/recipes/chromium_trybot.expected/bot_update_failure.json
|
| +++ b/scripts/slave/recipes/chromium_trybot.expected/bot_update_failure.json
|
| @@ -4,7 +4,7 @@
|
| "python",
|
| "-u",
|
| "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
|
| - "[BUILDER_CACHE]/linux_chromium_rel_ng",
|
| + "[BUILDER_CACHE]/linux",
|
| "511"
|
| ],
|
| "name": "makedirs checkout path",
|
| @@ -52,7 +52,7 @@
|
| "src@HEAD",
|
| "--output_manifest"
|
| ],
|
| - "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng",
|
| + "cwd": "[BUILDER_CACHE]/linux",
|
| "env": {
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
|
|