Commit 20edc1e1 authored by jam@chromium.org's avatar jam@chromium.org

Turn off checklicenses until it's done more efficiently. Linux try runs now...

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=28291
Review URL: http://codereview.chromium.org/7977043

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102282 0039d316-1c4b-4281-b951-d872f2087c98
parent 783b60e5
...@@ -522,6 +522,10 @@ def main(options, args): ...@@ -522,6 +522,10 @@ 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