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

Unified Diff: scripts/slave/recipe_modules/v8/testing.py

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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
Index: scripts/slave/recipe_modules/v8/testing.py
diff --git a/scripts/slave/recipe_modules/v8/testing.py b/scripts/slave/recipe_modules/v8/testing.py
index a02af180d8b2acfe13995f05d443b987850d1f52..8918ac68e8c62556100c6e8f3884659f78df3169 100644
--- a/scripts/slave/recipe_modules/v8/testing.py
+++ b/scripts/slave/recipe_modules/v8/testing.py
@@ -467,7 +467,7 @@ class V8SwarmingTest(V8Test):
# Shim script's own arguments.
args = [
'--swarming-client-dir', self.api.swarming_client.path,
- '--temp-root-dir', self.api.path['tmp_base'],
+ '--temp-root-dir', self.api.path['tmp'],
'--merged-test-output', json_output,
] + coverage_context.get_swarming_collect_args()

Powered by Google App Engine
This is Rietveld 408576698