| Index: dart/tools/testing/dart/test_progress.dart
|
| diff --git a/dart/tools/testing/dart/test_progress.dart b/dart/tools/testing/dart/test_progress.dart
|
| index 942714d896c348015a48006b00d9e1e598904a45..5818d34f0b4be0ab16bda69dec728f9fb21663e9 100644
|
| --- a/dart/tools/testing/dart/test_progress.dart
|
| +++ b/dart/tools/testing/dart/test_progress.dart
|
| @@ -360,6 +360,7 @@ class BuildbotProgressIndicator extends ProgressIndicator {
|
|
|
| void _printFailureSummary() {
|
| if (!_failureSummary.isEmpty()) {
|
| + print('@@@STEP_FAILURE@@@');
|
| print('@@@BUILD_STEP failures@@@');
|
| }
|
| super._printFailureSummary();
|
|
|