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

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

Issue 8965039: Fix bug in frog_wrapper.py that caused it to eat the first argument (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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
« no previous file with comments | « dart/frog/scripts/bootstrap/frog_wrapper.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tools/testing/architecture.py
diff --git a/dart/tools/testing/architecture.py b/dart/tools/testing/architecture.py
index 5729f5cfec918efb230543c078fedd4c4116be63..d5676020baa2d3c6c80dc88d8cc15b9b5dfef923 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', '--leg_only']
+ return ['--leg_only']
def GetExecutable(self):
"""Returns the path to the Dart test runner (executes the .dart file)."""
« no previous file with comments | « dart/frog/scripts/bootstrap/frog_wrapper.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698