| Index: client/tools/buildbot_annotated_steps.py
|
| ===================================================================
|
| --- client/tools/buildbot_annotated_steps.py (revision 34348)
|
| +++ client/tools/buildbot_annotated_steps.py (working copy)
|
| @@ -206,6 +206,8 @@
|
| custom_env=EnvironmentWithoutBotoConfig())
|
| elif name.startswith('linux-distribution-support'):
|
| status = ProcessBot(name, 'linux_distribution_support')
|
| + elif name.statswith('ft'):
|
| + status = ProcessBot(name, 'functional_testing')
|
| else:
|
| status = ProcessBot(name, 'compiler')
|
|
|
|
|