Index: test/benchmarks/testcfg.py |
=================================================================== |
--- test/benchmarks/testcfg.py (revision 7276) |
+++ test/benchmarks/testcfg.py (working copy) |
@@ -84,7 +84,7 @@ |
def __init__(self, context, root): |
super(BenchmarkTestConfiguration, self).__init__(context, root) |
- def ListTests(self, current_path, path, mode): |
+ def ListTests(self, current_path, path, mode, variant_flags): |
path = self.context.workspace |
path = join(path, 'benchmarks') |
test = BenchmarkTestCase(path, self.context, mode) |