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

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

Issue 11962042: Added DebugLogger to testing scripts. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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_runner.dart
diff --git a/tools/testing/dart/test_runner.dart b/tools/testing/dart/test_runner.dart
index aa84ae9cd637787c501b69c64bf22ee0642571e5..9c4211e378a4ce4781266f1e33dacf7610f60521 100644
--- a/tools/testing/dart/test_runner.dart
+++ b/tools/testing/dart/test_runner.dart
@@ -1504,9 +1504,8 @@ class ProcessQueue {
_allDone();
if (browserUsed != '' && _seleniumServer != null) {
_seleniumServer.kill();
- } else {
- _progress.allDone();
}
+ _progress.allDone();
}
void _checkDone() {

Powered by Google App Engine
This is Rietveld 408576698