| Index: tools/testing/dart/test_progress.dart
|
| diff --git a/tools/testing/dart/test_progress.dart b/tools/testing/dart/test_progress.dart
|
| index 3e25cc0da5b32a3b744bdf1ff08515ed8b63d1ec..b6d5d29683acdc9d4b274fa8e03639bcf510b1c8 100644
|
| --- a/tools/testing/dart/test_progress.dart
|
| +++ b/tools/testing/dart/test_progress.dart
|
| @@ -210,7 +210,7 @@ class ProgressIndicator {
|
| output.add('');
|
| String message = (c == test.commands.last
|
| ? "Command line" : "Compilation command");
|
| - output.add('$message: ${c.commandLine}');
|
| + output.add('$message: $c');
|
| }
|
| return output;
|
| }
|
|
|