Chromium Code Reviews| Index: tools/testing/test_configuration.py |
| =================================================================== |
| --- tools/testing/test_configuration.py (revision 1303) |
| +++ tools/testing/test_configuration.py (working copy) |
| @@ -80,7 +80,7 @@ |
| else: |
| return [test_case.BrowserTestCase( |
| self.context, test_path, filename, False, mode, arch, component, |
| - options)] |
| + self.flags)] |
| else: |
| tests = [] |
| if tags: |