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

Unified Diff: catapult_build/build_steps.py

Issue 2361623007: Add a run_eslint wrapper script (Closed)
Patch Set: Changes based on Ned's comments Created 4 years, 3 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..ed0ef51440d78c879ba3972afaa820896cdb2fc5 100644
--- a/catapult_build/build_steps.py
+++ b/catapult_build/build_steps.py
@@ -87,7 +87,8 @@ _CATAPULT_TESTS = [
},
{
'name': 'Node Smoke Test',
- 'path': 'common/node_runner/bin/test_node_for_smoke',
+ 'path': 'common/eslint/bin/run_eslint',
+ 'additional_args': ['--help'],
nednguyen 2016/09/23 13:22:13 Hmhh, the point of running this is we can make sur
nednguyen 2016/09/23 13:24:26 I think it's best to create a smoke unittest for e
'disabled': ['android'],
},
{

Powered by Google App Engine
This is Rietveld 408576698