sbt/main/actions/src
James Roper 191737d35b Log socket accept errors when forking tests
If an exception is thrown when accepting a connection from a forked test
agent, currently I'm seeing that all that happens is SBT hangs with no
output.  Thread dumps show that the main process is waiting for the
agent to return, while the agent is waiting for the server to send it
something.

This change logs the exception, so that at least the error can be
googled.  It also cleans up the server socket.
2013-11-04 09:39:30 -05:00
..
main/scala/sbt Log socket accept errors when forking tests 2013-11-04 09:39:30 -05:00
test/scala/sbt/compiler Object->AnyRef change in EvalTest 2013-03-18 09:52:57 -04:00