Update crosstest clients
This commit is contained in:
parent
84241e500d
commit
3f463dcc25
2 changed files with 2 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ Future<void> main(List<String> args) async {
|
|||
if (!ok) {
|
||||
exitCode = 1;
|
||||
}
|
||||
exit(exitCode);
|
||||
}
|
||||
|
||||
Future<_ClientHandle> _connectWithRetry(String mode, int port) async {
|
||||
|
|
|
|||
|
|
@ -73,6 +73,7 @@ Future<void> main(List<String> args) async {
|
|||
if (!ok) {
|
||||
exitCode = 1;
|
||||
}
|
||||
exit(exitCode);
|
||||
}
|
||||
|
||||
Future<_ClientHandle> _connectWithRetry(String mode, int port) async {
|
||||
|
|
|
|||
Loading…
Reference in a new issue