| Index: tools/testing/dart/test_runner.dart
|
| diff --git a/tools/testing/dart/test_runner.dart b/tools/testing/dart/test_runner.dart
|
| index 48fd18656bde708ccbc75310bfc290cf31064317..3d575922dec5b0c85539f0a0c9984de4685bf07e 100644
|
| --- a/tools/testing/dart/test_runner.dart
|
| +++ b/tools/testing/dart/test_runner.dart
|
| @@ -1606,6 +1606,9 @@ class CommandQueue {
|
| Timer.run(() => _tryRunNextCommand());
|
| }
|
| });
|
| + eventCondition((event) => event is dgraph.GraphSealedEvent).listen((_) {
|
| + _checkDone();
|
| + });
|
| }
|
|
|
| Stream<CommandOutput> get completedCommands => _commandOutputStream.stream;
|
|
|