Skip to content

Commit 94362b7

Browse files
committed
community-build: turn off sbt supershell
It adds noise to the community build CI logs.
1 parent a98f6e1 commit 94362b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ final case class SbtCommunityProject(
103103
override val runCommandsArgs: List[String] =
104104
// Run the sbt command with the compiler version and sbt plugin set in the build
105105
val sbtProps = Option(System.getProperty("sbt.ivy.home")) match
106-
case Some(ivyHome) => List(s"-Dsbt.ivy.home=$ivyHome")
106+
case Some(ivyHome) => List(s"-Dsbt.ivy.home=$ivyHome", "-Dsbt.supershell=false")
107107
case _ => Nil
108108
extraSbtArgs ++ sbtProps ++ List(
109109
"-sbt-version", "1.3.6",

0 commit comments

Comments
 (0)