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__': |