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

Unified Diff: dart/frog/presubmit.py

Issue 9310113: Debug means debug build, --checked is a seperate step (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 10 months 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/frog/presubmit.py
diff --git a/dart/frog/presubmit.py b/dart/frog/presubmit.py
index bb594af68bdf4026ac4fa857200e54a31459257f..c378a1d273dce4dca06a38d003f879e2e6e0f33e 100755
--- a/dart/frog/presubmit.py
+++ b/dart/frog/presubmit.py
@@ -152,6 +152,9 @@ def main():
cmd = test_cmd + ['--component=vm', 'leg']
RunCommand(*cmd, verbose=True)
+ # Leg does not implement checked mode yet.
+ test_cmd.remove('--checked')
+
cmd = test_cmd + ['--component=leg', 'leg_only']
RunCommand(*cmd, verbose=True)
« no previous file with comments | « no previous file | dart/frog/scripts/buildbot_annotated_steps.py » ('j') | dart/frog/scripts/buildbot_annotated_steps.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698