sbt/main-command/src
Ethan Atkins 90f6d77d59 Send exit in network client before shutdown
In the client test, the sbt server would keep open the the client
connection even after it had exited because the client was only shutting
down its side of the connection. Since in the test it wasn't exiting the
jvm, the read side of the connection was still open.
2020-09-28 07:28:24 -07:00
..
main Send exit in network client before shutdown 2020-09-28 07:28:24 -07:00
test/scala/sbt Fixes semicolon showing up in parser errors 2020-08-13 01:41:19 -04:00