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

Unified Diff: tools/test.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 | « no previous file | tools/test-runtime.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/test.dart
diff --git a/tools/test.dart b/tools/test.dart
index e362cc37430a3888de9d77cd1f2c2d5c7276969b..d15e0d7eee808532382c9f607d55d789d33955db 100755
--- a/tools/test.dart
+++ b/tools/test.dart
@@ -78,7 +78,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
@@ -132,6 +131,5 @@ main() {
printTiming,
enqueueConfiguration,
verbose,
- listTests,
- keepGeneratedTests);
+ listTests);
}
« no previous file with comments | « no previous file | tools/test-runtime.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698