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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 7977043: Turn off checklicenses until it's done more efficiently. Linux try runs now take an hour. This ad... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/checklicenses/checklicenses.py
===================================================================
--- tools/checklicenses/checklicenses.py (revision 102419)
+++ tools/checklicenses/checklicenses.py (working copy)
@@ -519,6 +519,11 @@
if '__main__' == __name__:
+ # Script takes 6 minutes when it succeeds, and often times out after 10
+ # minutes. Enable by default when it's fast.
+ print "\nNot running for now because it is slow and flakey\n"
+ print "\nSUCCESS\n"
+ sys.exit(0)
default_root = os.path.abspath(
os.path.join(os.path.dirname(__file__), '..', '..'))
option_parser = optparse.OptionParser()
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698