| Index: tools/testing/dart/test_progress.dart
|
| diff --git a/tools/testing/dart/test_progress.dart b/tools/testing/dart/test_progress.dart
|
| index 012a7ec0be73100202743a052506659285e941c9..80b00a0616321a7d777e5a5922655a3d2879d511 100644
|
| --- a/tools/testing/dart/test_progress.dart
|
| +++ b/tools/testing/dart/test_progress.dart
|
| @@ -107,12 +107,7 @@ List<String> _buildFailureOutput(TestCase test,
|
| if (!commandOutput.stdout.isEmpty) {
|
| output.add('');
|
| output.add('stdout:');
|
| - if (command.isPixelTest) {
|
| - output.add('DRT pixel test failed! stdout is not printed because it '
|
| - 'contains binary data!');
|
| - } else {
|
| - output.addAll(getLinesWithoutCarriageReturn(commandOutput.stdout));
|
| - }
|
| + output.addAll(getLinesWithoutCarriageReturn(commandOutput.stdout));
|
| }
|
| if (!commandOutput.stderr.isEmpty) {
|
| output.add('');
|
|
|