| Index: client/tools/buildbot_annotated_steps.py
|
| diff --git a/client/tools/buildbot_annotated_steps.py b/client/tools/buildbot_annotated_steps.py
|
| index de5eb071f3c87f62fc8ddd15b1219cf398f939e1..658e25c51c4374a089043e26bb6318dc197d2155 100755
|
| --- a/client/tools/buildbot_annotated_steps.py
|
| +++ b/client/tools/buildbot_annotated_steps.py
|
| @@ -189,6 +189,8 @@ def main():
|
| status = ProcessBot(name, 'pub')
|
| elif name.startswith('vm-android'):
|
| status = ProcessBot(name, 'android')
|
| + elif name.startswith('dart-sdk'):
|
| + status = ProcessBot(name, 'dart_sdk')
|
| elif name.startswith('cross') or name.startswith('target'):
|
| status = ProcessBot(name, 'cross-vm',
|
| custom_env=EnvironmentWithoutBotoConfig())
|
|
|