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

Unified Diff: tools/test-runtime.dart

Issue 10398056: Remove system-provided temporary directory usage from test scripts. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 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 | « tools/test.dart ('k') | tools/testing/dart/test_options.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/test-runtime.dart
diff --git a/tools/test-runtime.dart b/tools/test-runtime.dart
index 612bfcc5f89e2114bc49148b3db07c124d342114..498a787311b741948a85810de43a07c2a5a72826 100755
--- a/tools/test-runtime.dart
+++ b/tools/test-runtime.dart
@@ -48,7 +48,6 @@ main() {
var verbose = firstConf['verbose'];
var printTiming = firstConf['time'];
var listTests = firstConf['list'];
- var keepGeneratedTests = firstConf['keep-generated-tests'];
// Print the configurations being run by this execution of
// test.dart. However, don't do it if the silent progress indicator
@@ -98,6 +97,5 @@ main() {
printTiming,
enqueueConfiguration,
verbose,
- listTests,
- keepGeneratedTests);
+ listTests);
}
« no previous file with comments | « tools/test.dart ('k') | tools/testing/dart/test_options.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698