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

Unified Diff: testing/scripts/run_devtools_check.py

Issue 2486903002: DevTools: Add support for installing node and running eslint over devtools. (Closed)
Patch Set: fix node.py Created 4 years 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 | « testing/buildbot/gn_isolate_map.pyl ('k') | testing/scripts/run_devtools_closure_compile.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/scripts/run_devtools_check.py
diff --git a/testing/scripts/run_devtools_closure_compile.py b/testing/scripts/run_devtools_check.py
similarity index 92%
rename from testing/scripts/run_devtools_closure_compile.py
rename to testing/scripts/run_devtools_check.py
index 1c6d088745058a7f7f673ae0377438fdc209d97e..60d0116ed4ccbfef91398a5cc1d897f0cf231256 100755
--- a/testing/scripts/run_devtools_closure_compile.py
+++ b/testing/scripts/run_devtools_check.py
@@ -50,8 +50,11 @@ def main():
'failures': ['failed'] if ret else []}, fp)
return ret
+
+# This is not really a "script test" so does not need to manually add
+# any additional compile targets.
def main_compile_targets(args):
- json.dump(['devtools_closure_compile'], args.output)
+ json.dump([''], args.output)
if __name__ == '__main__':
« no previous file with comments | « testing/buildbot/gn_isolate_map.pyl ('k') | testing/scripts/run_devtools_closure_compile.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698