| Index: dart/tests/co19/testcfg.py
|
| diff --git a/dart/tests/co19/testcfg.py b/dart/tests/co19/testcfg.py
|
| index cacafe06236ba8bffdf93fbf7ae19c578df1861c..e0651d2a347f8bca34a64ecd8ef4efef1a9356ec 100644
|
| --- a/dart/tests/co19/testcfg.py
|
| +++ b/dart/tests/co19/testcfg.py
|
| @@ -118,6 +118,9 @@ class Co19TestConfiguration(test.TestConfiguration):
|
| status = join(self.root, "co19-frog.status")
|
| if exists(status):
|
| test.ReadConfigurationInto(status, sections, defs)
|
| + status = join(self.root, "co19-leg.status")
|
| + if exists(status):
|
| + test.ReadConfigurationInto(status, sections, defs)
|
|
|
| def Contains(self, path, file):
|
| """ reimplemented for support '**' glob pattern """
|
|
|