Add version-checker support to the main annotated steps script

R=kustermann@google.com

Review URL: https://codereview.chromium.org//269023002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35736 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
ricow@google.com 2014-05-05 11:07:16 +00:00
parent cc8264af27
commit 9ed0c69ba0

View file

@ -208,6 +208,8 @@ def main():
status = ProcessBot(name, 'linux_distribution_support')
elif name.startswith('ft'):
status = ProcessBot(name, 'functional_testing')
elif name.startswith('version-checker'):
status = ProcessBot(name, 'version_checker')
else:
status = ProcessBot(name, 'compiler')