Chromium Code Reviews| Index: scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py |
| diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py |
| index 25f1736fb87a8b254d6cdd7a11f3ea63fd4ff844..90715f9d6336a5883c360c9ebfd611775d5280c7 100644 |
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py |
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py |
| @@ -758,6 +758,11 @@ SPEC = { |
| 'bot_type': 'builder_tester', |
| 'compile_targets': [ |
| ], |
| + 'test_generators': [ |
| + steps.generate_gtest, |
|
jbudorick
2016/04/26 21:38:23
nit: two-space indent
cblume
2016/04/26 22:03:24
Done.
|
| + steps.generate_isolated_script, |
| + steps.generate_script, |
| + ], |
| 'testing': { |
| 'platform': 'linux', |
| }, |