Skip to content

Commit fc72c06

Browse files
authored
Remove junit -q parameter (#243)
1 parent 7dbb249 commit fc72c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ lazy val collectionContrib = crossProject(JVMPlatform, JSPlatform, NativePlatfor
3030
case _ => Seq.empty
3131
}
3232
},
33-
testOptions += Tests.Argument(TestFrameworks.JUnit, "-q", "-v", "-s", "-a"),
33+
testOptions += Tests.Argument(TestFrameworks.JUnit, "-v", "-s", "-a"),
3434
Test / parallelExecution := false, // why?
3535
libraryDependencies ++= Seq(
3636
"junit" % "junit" % "4.13.2" % Test,

0 commit comments

Comments
 (0)