如何从SBT、Scalatest和Junit reporter正确报告中止的套件

如何从SBT、Scalatest和Junit reporter正确报告中止的套件,junit,sbt,scalatest,Junit,Sbt,Scalatest,我正在运行竹子、SBT(0.13.x)和Scalatest(2.x)。我喜欢用Junit reporter testOptions in Test += Tests.Argument("-u", "target/junit") 然而,当一个套件在Scalatest中被中止时,并没有任何迹象表明(构建没有失败)。我是否应该使用另一个Runner选项来通知Junit reporter中止的套件 16-May-2014 16:29:55 [info] Total number of test

我正在运行竹子、SBT(0.13.x)和Scalatest(2.x)。我喜欢用Junit reporter

testOptions in Test += Tests.Argument("-u", "target/junit") 
然而,当一个套件在Scalatest中被中止时,并没有任何迹象表明(构建没有失败)。我是否应该使用另一个Runner选项来通知Junit reporter中止的套件

16-May-2014 16:29:55    [info] Total number of tests run: 8
16-May-2014 16:29:55    [info] Suites: completed 2, aborted 1
16-May-2014 16:29:55    [info] Tests: succeeded 8, failed 0, canceled 0, ignored 0, pending 0
16-May-2014 16:29:55    [info] *** 1 SUITE ABORTED **