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

Unified Diff: catapult_build/build_steps.py

Issue 2361623007: Add a run_eslint wrapper script (Closed)
Patch Set: Synced to head Created 4 years, 2 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 | « catapult_build/__init__.py ('k') | catapult_build/js_checks.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: catapult_build/build_steps.py
diff --git a/catapult_build/build_steps.py b/catapult_build/build_steps.py
index ff03d187ac03f7e13f022d0f282c27fa0a07b796..cff9681edfa4e96b86c509841620ca02817431de 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 Tests',
+ 'path': 'common/eslint/bin/run_tests',
'disabled': ['android'],
},
{
« no previous file with comments | « catapult_build/__init__.py ('k') | catapult_build/js_checks.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698