I have a complex end-to-end test that when executed via SBT causes SBT to silently exit, when executed inside IntelliJ aborts with "Process finished with exit code 255", but when executed in the Repl actually runs. In both SBT and IntelliJ the process is killed without displaying any error messages or diagnostic help.
The actual test invokes Akka actors and has an uncaught error on one of the Akka threads, but it is concerning that this is able to take out ScalaTest inside SBT and IntelliJ.
Can anyone explain the difference between ScalaTest execution inside SBT and IntelliJ, as opposed to via the Repl, and how running a test inside SBT is able to completely kill the process?
Cheers.
--
You received this message because you are subscribed to the Google
Groups "scalatest-users" group.
To post to this group, send email to scalate...@googlegroups.com
To unsubscribe from this group, send email to
scalatest-use...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/scalatest-users?hl=en
ScalaTest itself, and documentation, is available here:
http://www.artima.com/scalatest
Hope this helps clarify the problem.
Cheers.
Rich