Skip to content

Commit 9bf5720

Browse files
Make flaky test more verbose
Hopefully, that'll help debug what's going on next time it'll fail on the CI.
1 parent b4200dd commit 9bf5720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/integration/src/test/scala/scala/cli/integration/BspTestDefinitions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ abstract class BspTestDefinitions(val scalaVersionOpt: Option[String]) extends m
438438
)
439439
val root = inputs.root()
440440

441-
withBsp(root, Seq(".")) { (localClient, remoteServer) =>
441+
withBsp(root, Seq(".", "-v", "-v", "-v")) { (localClient, remoteServer) =>
442442
async {
443443
val buildTargetsResp = await(remoteServer.workspaceBuildTargets().asScala)
444444
val target = {

0 commit comments

Comments
 (0)