| Index: tools/testing/dart/test_progress.dart
|
| ===================================================================
|
| --- tools/testing/dart/test_progress.dart (revision 23200)
|
| +++ tools/testing/dart/test_progress.dart (working copy)
|
| @@ -309,6 +309,9 @@
|
| (FileSystemEntity fse) {
|
| if (fse is Directory) count++;
|
| },
|
| + onError: (error) {
|
| + DebugLogger.warning("Could not list temp directories, got: $error");
|
| + },
|
| onDone: () {
|
| if (count > MIN_NUMBER_OF_TEMP_DIRS) {
|
| DebugLogger.warning("There are ${count} directories "
|
|
|