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

Unified Diff: frog/scripts/buildbot_annotated_steps.py

Issue 9110032: Fix test.dart on Frogium component, enable in buildbot. (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/test_suite.dart » ('j') | tools/testing/dart/test_suite.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/scripts/buildbot_annotated_steps.py
diff --git a/frog/scripts/buildbot_annotated_steps.py b/frog/scripts/buildbot_annotated_steps.py
index dae9e11620e84fd0623d6bdc8ec3525a4cfec828..b64b5e5069e8900d23439117727fa8617873ad2c 100644
--- a/frog/scripts/buildbot_annotated_steps.py
+++ b/frog/scripts/buildbot_annotated_steps.py
@@ -53,14 +53,12 @@ def TestStep(name, mode, component, targets, flags):
print '@@@BUILD_STEP %s tests: %s@@@' % (name, component)
if component == 'frogium':
cmd = ['xvfb-run']
- test_script = '../tools/test.py'
else:
cmd = []
- test_script = '../tools/test_wrapper.py'
cmd = (cmd
+ [sys.executable,
- test_script,
+ '../tools/test_wrapper.py',
'--mode=' + mode,
'--component=' + component,
'--time',
« no previous file with comments | « no previous file | tools/testing/dart/test_suite.dart » ('j') | tools/testing/dart/test_suite.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698