blockscout / blockscout-rs

MIT License
140 stars 100 forks source link

[launcher] Update test server runner #936

Closed rimrakhimov closed 1 week ago

rimrakhimov commented 1 week ago

Update test_server runner to print more detailed messages if server did not start successfully. Should print a more detailed reason, why server wasn't been able to start in time instead of just "Server did not start in time" message.

Make init_server method return the handle of the server, in case the client would like to terminate the server manually