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

Unified Diff: scripts/slave/recipes/closure_compilation.py

Issue 1128313003: Use a generic runner for all Closure tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
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/recipes/closure_compilation.expected/main.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/closure_compilation.py
diff --git a/scripts/slave/recipes/closure_compilation.py b/scripts/slave/recipes/closure_compilation.py
index 142334a27f11a5d33b921ce76a82121fca3e6458..f03dd3a5abc5f55e138420290496698357269c04 100644
--- a/scripts/slave/recipes/closure_compilation.py
+++ b/scripts/slave/recipes/closure_compilation.py
@@ -20,9 +20,9 @@ def GenSteps(api):
api.bot_update.ensure_checkout(force=True)
api.python(
- 'compiler_customization_test',
+ 'run_tests',
api.path['checkout'].join('third_party', 'closure_compiler',
- 'compiler_customization_test.py')
+ 'run_tests.py')
)
api.step(
« no previous file with comments | « no previous file | scripts/slave/recipes/closure_compilation.expected/main.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698