Adding test case duration output to the tests
This commit is contained in:
parent
aa2de6aacd
commit
344824c22e
1 changed files with 2 additions and 2 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue