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

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

Issue 1143963005: Fixing download step for simd.js perf. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 7 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/v8/example.expected/forced_build.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/v8/api.py
diff --git a/scripts/slave/recipe_modules/v8/api.py b/scripts/slave/recipe_modules/v8/api.py
index 1d16d36e3a2802b2d647c56553eccef8c2aab2e6..ad6d3b82e348b446b20a63925dce8cfba268998e 100644
--- a/scripts/slave/recipe_modules/v8/api.py
+++ b/scripts/slave/recipe_modules/v8/api.py
@@ -835,7 +835,7 @@ class V8Api(recipe_api.RecipeApi):
if download_test is not None:
self.m.python(
'%s%s - download-data' % (name, suffix),
- self.m.path['checkout'].join('tools', 'run-test.py'),
+ self.m.path['checkout'].join('tools', 'run-tests.py'),
['--download-data-only', download_test],
cwd=self.m.path['checkout'],
step_test_data=step_test_data,
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/v8/example.expected/forced_build.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698