Update crosstest clients

This commit is contained in:
toki 2026-04-13 14:00:59 +09:00
parent 84241e500d
commit 3f463dcc25
2 changed files with 2 additions and 0 deletions

View file

@ -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 {

View file

@ -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 {