| Index: tools/testing/dart/test_progress.dart
|
| diff --git a/tools/testing/dart/test_progress.dart b/tools/testing/dart/test_progress.dart
|
| index 68ee94572660968087aacf2ac5d6ba266899eba1..33e0765cbd4d471415da61f602066577b0be1dce 100644
|
| --- a/tools/testing/dart/test_progress.dart
|
| +++ b/tools/testing/dart/test_progress.dart
|
| @@ -407,7 +407,7 @@ class BuildbotProgressIndicator extends ProgressIndicator {
|
| }
|
|
|
| void _printFailureSummary() {
|
| - if (!_failureSummary.isEmpty) {
|
| + if (!_failureSummary.isEmpty && stepName != null) {
|
| print('@@@STEP_FAILURE@@@');
|
| print('@@@BUILD_STEP $stepName failures@@@');
|
| }
|
|
|