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

Unified Diff: tools/testing/dart/test_suite.dart

Issue 9315036: Change output of test.dart --list option, so it can be parsed automatically. (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
Index: tools/testing/dart/test_suite.dart
diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
index 011371027de203bbde2d39f03e1afd3680249668..f4fce51a92254d34e666dd7e8fa9d00d3027da82 100644
--- a/tools/testing/dart/test_suite.dart
+++ b/tools/testing/dart/test_suite.dart
@@ -871,7 +871,7 @@ class JUnitTestSuite implements TestSuite {
'-ea',
'-classpath', classPath,
'-Dcom.google.dart.runner.d8=$d8',
- '-Dcom.google.dart.corelib.SharedTests.test_py=$dartDir/tools/test.py',
+ '-Dcom.google.dart.corelib.SharedTests.test_py=$dartDir/tools/test_wrapper.py',
'org.junit.runner.JUnitCore'];
args.addAll(testClasses);

Powered by Google App Engine
This is Rietveld 408576698