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

Unified Diff: catapult_build/build_steps.py

Issue 2361623007: Add a run_eslint wrapper script (Closed)
Patch Set: 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
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'],
},
{

Powered by Google App Engine
This is Rietveld 408576698