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

Unified Diff: frog/presubmit.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 | « no previous file | frog/scripts/buildbot_annotated_steps.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/presubmit.py
diff --git a/frog/presubmit.py b/frog/presubmit.py
index c378a1d273dce4dca06a38d003f879e2e6e0f33e..9f94574f075662fd307c5d32a785c1438883e293 100755
--- a/frog/presubmit.py
+++ b/frog/presubmit.py
@@ -117,7 +117,7 @@ def main():
if not options.leg_only:
SelfHost()
- test_cmd = ['../tools/test_wrapper.py', '--report', '--timeout=30',
+ test_cmd = ['../tools/test.py', '--report', '--timeout=30',
'--progress=color', '--mode=release', '--checked']
if options.notest: return
« no previous file with comments | « no previous file | frog/scripts/buildbot_annotated_steps.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698