summaryrefslogtreecommitdiff
path: root/project/ScriptCommands.scala
diff options
context:
space:
mode:
Diffstat (limited to 'project/ScriptCommands.scala')
-rw-r--r--project/ScriptCommands.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/project/ScriptCommands.scala b/project/ScriptCommands.scala
index b6565803b4..e5ff38617e 100644
--- a/project/ScriptCommands.scala
+++ b/project/ScriptCommands.scala
@@ -25,6 +25,7 @@ object ScriptCommands {
Project.extract(state).append(Seq(
resolvers in Global += "scala-pr" at url,
scalacOptions in Compile in ThisBuild += "-opt:l:classpath",
+ testOptions in IntegrationTest in LocalProject("test") ++= Seq(Tests.Argument("--show-log"), Tests.Argument("--show-diff")),
logLevel in ThisBuild := Level.Info,
logLevel in update in ThisBuild := Level.Warn
), state)