Chromium Code Reviews| Index: dart/tools/testing/architecture.py |
| diff --git a/dart/tools/testing/architecture.py b/dart/tools/testing/architecture.py |
| index 3eb105e710c04aeb6cecdd76ac6abba37c63b7a2..5729f5cfec918efb230543c078fedd4c4116be63 100755 |
| --- a/dart/tools/testing/architecture.py |
| +++ b/dart/tools/testing/architecture.py |
| @@ -536,7 +536,7 @@ class LegArchitecture(StandaloneArchitecture): |
| super(LegArchitecture, self).__init__(root_path, arch, mode, component, |
| test) |
| def GetOptions(self): |
| - return ['--enable_leg'] |
| + return ['--enable_leg', '--leg_only'] |
|
ngeoffray
2011/12/20 10:30:32
leg_only does not need enable_leg.
ahe
2011/12/20 11:21:09
Well, since there is a bug in scripts/bootstrap/fr
|
| def GetExecutable(self): |
| """Returns the path to the Dart test runner (executes the .dart file).""" |