Skip to content

Commit 82536c8

Browse files
Merge pull request #99 from alexarchambault/develop
Minor tweakings (might help debug a flaky test)
2 parents 5b612bc + 9bf5720 commit 82536c8

File tree

2 files changed

+1
-1
lines changed

2 files 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 = {

scala renamed to scala-cli

File renamed without changes.

0 commit comments

Comments
 (0)