Index: scripts/slave/recipe_modules/chromium_tests/api.py |
=================================================================== |
--- scripts/slave/recipe_modules/chromium_tests/api.py (revision 296915) |
+++ scripts/slave/recipe_modules/chromium_tests/api.py (working copy) |
@@ -447,9 +447,6 @@ |
isolated_targets=isolated_targets, |
name='generate_build_files%s' % name_suffix) |
- if not compile_targets: |
- self.m.python.failing_step( |
- 'compile', 'Misconfigured bot: no compile targets') |
self.m.chromium.compile(compile_targets, name='compile%s' % name_suffix) |
def tests_for_builder(self, mastername, buildername, update_step, master_dict, |