Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit 61e34c9

Browse files
committed
disable fork test to see real error
1 parent fcf0332 commit 61e34c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ lazy val root = (project in file("."))
1414
// javaHome := Some(file("/home/soc/apps/zulu6.19.0.1-jdk6.0.103-linux_x64/")),
1515
libraryDependencies += "junit" % "junit" % "4.13" % Test,
1616
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test,
17+
Test / fork := false,
1718
Test / testOptions := Seq(Tests.Argument(TestFrameworks.JUnit, "-a")),
1819
/*
1920
publishTo := {

0 commit comments

Comments
 (0)