| Index: tools/testing/dart/test_progress.dart
|
| diff --git a/tools/testing/dart/test_progress.dart b/tools/testing/dart/test_progress.dart
|
| index 334dec0a35800dd6d27fa23b7570f9bbba0e5e0e..11f874f8c041541b97f93ec38970701f3939ec50 100644
|
| --- a/tools/testing/dart/test_progress.dart
|
| +++ b/tools/testing/dart/test_progress.dart
|
| @@ -215,7 +215,7 @@ class CompactIndicator extends ProgressIndicator {
|
| }
|
|
|
| void allTestsKnown() {
|
| - if (!_allTestsKnown) {
|
| + if (!_allTestsKnown && SummaryReport.total > 0) {
|
| // Clear progress indicator before printing summary report.
|
| stdout.write(
|
| '\r \r'.charCodes());
|
|
|