From 4828bcc7ecc5bf68db4fb6c43792a1c8b451b945 Mon Sep 17 00:00:00 2001 From: Brad Fritz Date: Sat, 28 Jan 2017 10:18:27 -0500 Subject: [PATCH] turn on `showtimes` for specs2 to help diagnose #774 Test output will now include all specs2 expecations and how long each took to complete. --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 54c0bf8019e..0a7767e389a 100644 --- a/build.sbt +++ b/build.sbt @@ -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() )