Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3488)

Unified Diff: dart/tools/testing/architecture.py

Issue 8957008: Always use --leg_only option. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Update language-leg.status Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)."""

Powered by Google App Engine
This is Rietveld 408576698