| Index: dart/tests/co19/testcfg.py
|
| ===================================================================
|
| --- dart/tests/co19/testcfg.py (revision 1304)
|
| +++ dart/tests/co19/testcfg.py (working copy)
|
| @@ -130,6 +130,9 @@
|
| status = join(self.root, "co19-compiler.status")
|
| if exists(status):
|
| test.ReadConfigurationInto(status, sections, defs)
|
| + status = join(self.root, "co19-frog.status")
|
| + if exists(status):
|
| + test.ReadConfigurationInto(status, sections, defs)
|
|
|
| def Contains(self, path, file):
|
| """ reimplemented for support '**' glob pattern """
|
|
|