Chromium Code Reviews| Index: frog/tests/leg_only/testcfg.py |
| =================================================================== |
| --- frog/tests/leg_only/testcfg.py (revision 0) |
| +++ frog/tests/leg_only/testcfg.py (working copy) |
| @@ -5,4 +5,5 @@ |
| from testing import test_configuration |
| def GetConfiguration(context, root): |
| - return test_configuration.StandardTestConfiguration(context, root) |
| + return test_configuration.StandardTestConfiguration(context, root, |
| + ['--leg_only']) |