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

Unified Diff: dart/utils/compiler/buildbot.py

Issue 10443057: Improve annotated steps output (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 7 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
« no previous file with comments | « dart/tools/testing/dart/test_progress.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/utils/compiler/buildbot.py
diff --git a/dart/utils/compiler/buildbot.py b/dart/utils/compiler/buildbot.py
index 949912587ce4212d21b667a1c47858106204af13..f25d641ec54a1e019398addbd701ae509d6b59a8 100644
--- a/dart/utils/compiler/buildbot.py
+++ b/dart/utils/compiler/buildbot.py
@@ -164,8 +164,6 @@ def BuildSDK(mode, system):
os.chdir(DART_PATH)
- print '@@@BUILD_STEP build sdk@@@'
-
args = [sys.executable, './tools/build.py', '--mode=' + mode, 'create_sdk']
print 'running %s' % (' '.join(args))
return subprocess.call(args, env=NO_COLOR_ENV)
@@ -267,6 +265,8 @@ def CleanUpTemporaryFiles(system, browser):
_DeleteFirefoxProfiles('/var/tmp')
def main():
+ print '@@@BUILD_STEP build sdk@@@'
+
if len(sys.argv) == 0:
print 'Script pathname not known, giving up.'
return 1
« no previous file with comments | « dart/tools/testing/dart/test_progress.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698