Chromium Code Reviews| Index: test/mozilla/testcfg.py |
| =================================================================== |
| --- test/mozilla/testcfg.py (revision 7276) |
| +++ test/mozilla/testcfg.py (working copy) |
| @@ -92,7 +92,7 @@ |
| def __init__(self, context, root): |
| super(MozillaTestConfiguration, self).__init__(context, root) |
| - def ListTests(self, current_path, path, mode): |
| + def ListTests(self, current_path, path, mode, variant_flags): |
| tests = [] |
| for test_dir in TEST_DIRS: |
| current_root = join(self.root, 'data', test_dir) |