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.""" |