Adding test case duration output to the tests

This commit is contained in:
Björn Antonsson 2012-06-26 11:58:04 +02:00
parent aa2de6aacd
commit 344824c22e

View file

@ -388,8 +388,8 @@ object AkkaBuild extends Build {
if (tags.isEmpty) Seq.empty else Seq(Tests.Argument("-n", tags.mkString(" ")))
},
// show full stack traces
testOptions in Test += Tests.Argument("-oF")
// show full stack traces and test case durations
testOptions in Test += Tests.Argument("-oDF")
)
lazy val formatSettings = ScalariformPlugin.scalariformSettings ++ Seq(