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

Unified Diff: frog/scripts/buildbot_annotated_steps.py

Issue 9369026: Remove test_wrapper.py, replace with test.py (which calls test.dart). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 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/testing/dart/test_suite.dart » ('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 ac39b0614ae51d7c07967645711c839bbdf5ab74..f61156faf506a883d76860946bb70703958a19e3 100644
--- a/frog/scripts/buildbot_annotated_steps.py
+++ b/frog/scripts/buildbot_annotated_steps.py
@@ -80,7 +80,7 @@ def TestStep(name, mode, system, component, targets, flags):
cmd = (cmd
+ [sys.executable,
- os.path.join('..', 'tools', 'test_wrapper.py'),
+ os.path.join('..', 'tools', 'test.py'),
'--mode=' + mode,
'--component=' + component,
'--time',
« no previous file with comments | « frog/presubmit.py ('k') | tools/testing/dart/test_suite.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698