diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-22 15:58:43 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-22 15:58:43 +0000 |
commit | dff5f0000f72dbda83428a85055a3441008619fd (patch) | |
tree | 24734a1d128932795719d8545b897e26bcc07589 /tools/checklicenses | |
parent | 20edc1e16f8917772380f651370fa4e0f740bf99 (diff) | |
download | chromium_src-dff5f0000f72dbda83428a85055a3441008619fd.zip chromium_src-dff5f0000f72dbda83428a85055a3441008619fd.tar.gz chromium_src-dff5f0000f72dbda83428a85055a3441008619fd.tar.bz2 |
Revert 102282 - committed the wrong cl - Turn off checklicenses until it's done more efficiently. Linux try runs now take an hour. This adds anywhere from 6 mintues to 10 minutes (when it times out), which is an unacceptable time.BUG=28291Review URL: http://codereview.chromium.org/7977043TBR=jam@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102283 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/checklicenses')
-rwxr-xr-x | tools/checklicenses/checklicenses.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py index f4f1b92..c5d2756 100755 --- a/tools/checklicenses/checklicenses.py +++ b/tools/checklicenses/checklicenses.py @@ -522,10 +522,6 @@ def main(options, args): 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 "\nSUCCESS\n" - sys.exit(0) default_root = os.path.abspath( os.path.join(os.path.dirname(__file__), '..', '..')) option_parser = optparse.OptionParser() |