Commit dff5f000 authored by jam@chromium.org's avatar jam@chromium.org

Revert 102282 - committed the wrong cl - Turn off checklicenses until it's...

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
parent 20edc1e1
...@@ -522,10 +522,6 @@ def main(options, args): ...@@ -522,10 +522,6 @@ def main(options, args):
if '__main__' == __name__: 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( default_root = os.path.abspath(
os.path.join(os.path.dirname(__file__), '..', '..')) os.path.join(os.path.dirname(__file__), '..', '..'))
option_parser = optparse.OptionParser() option_parser = optparse.OptionParser()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment