| Index: infra/bots/recipe_modules/vars/api.py
|
| diff --git a/infra/bots/recipe_modules/vars/api.py b/infra/bots/recipe_modules/vars/api.py
|
| index 9b3b30333cad00439074c1ebec7a31c3d85dbfcc..d069a0c86347c58ebc007ad147a243772979f860 100644
|
| --- a/infra/bots/recipe_modules/vars/api.py
|
| +++ b/infra/bots/recipe_modules/vars/api.py
|
| @@ -320,7 +320,7 @@ def dm_flags(bot):
|
| args.extend(configs)
|
|
|
| # Run tests, gms, and image decoding tests everywhere.
|
| - args.extend('--src tests gm image'.split(' '))
|
| + args.extend('--src tests gm image colorImage'.split(' '))
|
|
|
| if 'GalaxyS' in bot:
|
| args.extend(('--threads', '0'))
|
|
|