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

Unified Diff: client/tools/buildbot_annotated_steps.py

Issue 9155001: Use test.dart for dartc buildbot. Ensure that test.dart creates the build directory. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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 | « no previous file | tools/testing/dart/multitest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tools/buildbot_annotated_steps.py
diff --git a/client/tools/buildbot_annotated_steps.py b/client/tools/buildbot_annotated_steps.py
index 002cbf3c073f963a1e51315412bb3020a62b126e..998a36d19c1d51562f7f722b69a026dfdfd3e464 100644
--- a/client/tools/buildbot_annotated_steps.py
+++ b/client/tools/buildbot_annotated_steps.py
@@ -84,7 +84,7 @@ def RunBrowserTests(component, mode, platform):
cmd = ['xvfb-run']
else:
cmd = []
- cmd += [sys.executable, './tools/test.py',
+ cmd += [sys.executable, './tools/test_wrapper.py',
'--component=' + component, '--mode=' + mode,
'--time', '--report', '--progress=buildbot', '-v']
return subprocess.call(cmd)
« no previous file with comments | « no previous file | tools/testing/dart/multitest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698