Chromium Code Reviews| Index: catapult_build/build_steps.py |
| diff --git a/catapult_build/build_steps.py b/catapult_build/build_steps.py |
| index ff03d187ac03f7e13f022d0f282c27fa0a07b796..3658dd433f9a4b4a052a7cbbfe2cae7e79b81529 100644 |
| --- a/catapult_build/build_steps.py |
| +++ b/catapult_build/build_steps.py |
| @@ -86,8 +86,8 @@ _CATAPULT_TESTS = [ |
| 'disabled': ['mac', 'win'], |
| }, |
| { |
| - 'name': 'Node Smoke Test', |
| - 'path': 'common/node_runner/bin/test_node_for_smoke', |
| + 'name': 'eslint Smoke Tests', |
|
nednguyen
2016/10/05 16:13:33
nits: can you remove the "Smoke" part
charliea (OOO until 10-5)
2016/10/05 17:24:43
Done.
|
| + 'path': 'common/eslint/bin/run_tests', |
| 'disabled': ['android'], |
| }, |
| { |