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

Unified Diff: frog/scripts/buildbot_annotated_steps.py

Issue 9086008: Add python wrapper for test.dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments Created 8 years, 12 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 | « frog/presubmit.py ('k') | tools/test_wrapper.py » ('j') | no next file with comments »
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 25db15595d3a8aec6a814324399a0ca142088b73..b64b5e5069e8900d23439117727fa8617873ad2c 100644
--- a/frog/scripts/buildbot_annotated_steps.py
+++ b/frog/scripts/buildbot_annotated_steps.py
@@ -58,7 +58,7 @@ def TestStep(name, mode, component, targets, flags):
cmd = (cmd
+ [sys.executable,
- '../tools/test.py',
+ '../tools/test_wrapper.py',
'--mode=' + mode,
'--component=' + component,
'--time',
« no previous file with comments | « frog/presubmit.py ('k') | tools/test_wrapper.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698