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

Unified Diff: client/tools/buildbot_annotated_steps.py

Issue 8341103: build.py will not accept --arch=dartc soon, so removing references and uses of --arch=dartc in th... (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years, 2 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: client/tools/buildbot_annotated_steps.py
===================================================================
--- client/tools/buildbot_annotated_steps.py (revision 881)
+++ client/tools/buildbot_annotated_steps.py (working copy)
@@ -79,7 +79,7 @@
# Move to the client directory and call the build script
os.chdir(client_path)
return subprocess.call(
- [sys.executable, '../tools/build.py', '--arch=dartc', '--mode=' + mode])
+ [sys.executable, '../tools/build.py', '--mode=' + mode])
def RunBrowserTests(client_path, arch, mode, platform):
"""Runs the Dart client tests."""

Powered by Google App Engine
This is Rietveld 408576698