Skip to content

Commit

Permalink
turn on showtimes for specs2 to help diagnose http4s#774
Browse files Browse the repository at this point in the history
Test output will now include all specs2 expecations and how long
each took to complete.
  • Loading branch information
bfritz committed Jan 28, 2017
1 parent 57f1727 commit 4828bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ def http4sProject(name: String) = Project(name, file(name))
.settings(publishSettings)
.settings(
moduleName := s"http4s-$name",
testOptions in Test += Tests.Argument(TestFrameworks.Specs2,"xonly", "failtrace"),
testOptions in Test += Tests.Argument(TestFrameworks.Specs2,"showtimes", "failtrace"),
initCommands()
)

Expand Down

0 comments on commit 4828bcc

Please sign in to comment.