Skip to content

Commit

Permalink
Remove junit -q parameter (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippus committed Apr 19, 2024
1 parent 7dbb249 commit fc72c06
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 @@ -30,7 +30,7 @@ lazy val collectionContrib = crossProject(JVMPlatform, JSPlatform, NativePlatfor
case _ => Seq.empty
}
},
testOptions += Tests.Argument(TestFrameworks.JUnit, "-q", "-v", "-s", "-a"),
testOptions += Tests.Argument(TestFrameworks.JUnit, "-v", "-s", "-a"),
Test / parallelExecution := false, // why?
libraryDependencies ++= Seq(
"junit" % "junit" % "4.13.2" % Test,
Expand Down

0 comments on commit fc72c06

Please sign in to comment.