| Index: test/sputnik/testcfg.py
|
| ===================================================================
|
| --- test/sputnik/testcfg.py (revision 7276)
|
| +++ test/sputnik/testcfg.py (working copy)
|
| @@ -81,7 +81,7 @@
|
| def __init__(self, context, root):
|
| super(SputnikTestConfiguration, self).__init__(context, root)
|
|
|
| - def ListTests(self, current_path, path, mode):
|
| + def ListTests(self, current_path, path, mode, variant_flags):
|
| # Import the sputnik test runner script as a module
|
| testroot = join(self.root, 'sputniktests')
|
| modroot = join(testroot, 'tools')
|
|
|