| 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(
|
|
|